photo

Jianfei


Last seen: 28 giorni fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Programming Languages:
Python, Java, MATLAB
Spoken Languages:
English, Chinese
Professional Interests:
Java with MATLAB, Simulink, MATLAB Test

Statistica

MATLAB Answers

9 Domande
5 Risposte

RANK
33.096
of 300.779

REPUTAZIONE
1

CONTRIBUTI
9 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
22.22%

VOTI RICEVUTI
1

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.997

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Default button of "questdlg" not working in 2025a
answer = questdlg(quest,dlgtitle,btn1,btn2,btn3,defbtn) When the dialogue box is opened, the default button is selected, but pr...

4 mesi fa | 0 risposte | 0

0

risposte

Risposto
Errors in listener callbacks
You can use keyboard in testing and debugging phase. Just a workaround. It's annoying I need to remove them when releasing. try...

4 mesi fa | 0

Domanda


Can I use home license to develop and publish MATLAB applications, and only buy standard or startup license before releasing paid versions?
Here's my plan: Use home license to develop and publish a free MATLAB application. If I can accumulate enough users, register ...

7 mesi fa | 1 risposta | 0

1

risposta

Domanda


Why MATLAB creates garbage files in current folder after running MATLAB Test
And there's a folder named "dig" I'm not sure which version of MATLAB created those files because I run MATLAB Tests by mor...

10 mesi fa | 0 risposte | 0

0

risposte

Risposto
fail to delete files using the delete command in R2018a
Deleting a file may fail even if that file has not being used. I tried to use Java io functions to delete files, but it still ca...

10 mesi fa | 0

Domanda


How can I exit Simuink completely?
I have a function containing isSimulinkStarted. I want my testcase to test both conditions, but once Simulink has started, it wi...

10 mesi fa | 1 risposta | 1

1

risposta

Domanda


How to get consistant results when testing code performance
I have functions to make searches in Simulink models. I want to test which algorithm has better performance. I use the "Run and ...

11 mesi fa | 2 risposte | 0

2

risposte

Risposto
Running/testing scripts on multiple Matlab/Simulink versions?
I searched for this question years ago, and recently, I found my own solution, which I’m quite satisfied with. Here’s what I did...

11 mesi fa | 0

Risposto
Insert a link to subsytem block in annotation
You can simply use an empty subsystem and create a mask to display your annotations. Then, set up an OpenFcn callback. Using hil...

11 mesi fa | 0

Risposto
How can I test a function that contains a "waitFor" function or popup dialogs without requiring external user input?
I found a perfect solution to this issue. I've made this answer the accepted one as it can be implemented across all MATLAB vers...

11 mesi fa | 0

| accettato

Domanda


How can I test a function that contains a "waitFor" function or popup dialogs without requiring external user input?
I am testing a GUI function in my code. Within my test class, I use Java functions to simulate mouse clicks, which trigger a pop...

circa un anno fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta