photo

Jianfei


Last seen: 9일 전 2020년부터 활동

Followers: 0   Following: 0

메시지

Programming Languages:
Python, Java, MATLAB
Spoken Languages:
English, Chinese

통계학

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
How 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...

5개월 전 | 0

질문


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...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변