Python, Java, MATLAB
Spoken Languages:
English, Chinese
Statistics
RANK
210,616
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to test a function containing "waitfor" function without external user input?
I am testing my GUI functions. I am using Java functions in my test class to trigger mouse clicks. It will trigger a popup dialo...
5 days ago | 2 answers | 0
2
answersHow can I click on “OK” or “Apply” button programmatically
Set a 'Tag' value in the button, then use the following function to control the mouse to click this button function click(fig...
8 months ago | 0
Question
Is it possible to ignore certain lines in MATLAB coverage test?
If matlab version > a version do something else do something else end I hope certain lines can be ignored based o...
8 months ago | 1 answer | 0
1
answerQuestion
Is it possible to run Simulink simulation without saving reference model changes?
In some old MATLAB versions (I've tested on MATLAB 2015b), Simulink simulation can be executed without saving changes on referen...
2 years ago | 0 answers | 0
0
answersQuestion
How can I combine binary data in memory, and use fwrite for only one time to write all the data?
I need to write some large data in multiple loops. Each time, the data being written by fwrite is very small, and the frequent u...
3 years ago | 1 answer | 0
1
answerQuestion
What is "Input" in "model" command?
In the model command, in you want to get the output of a model, the code is: outputs = model(t,x,u,'outputs'); In which "u" me...
4 years ago | 1 answer | 0