how to clean the Command Line after pushing the button simulation start in Simulink?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everybody...
I cannot figure out how to do that. I wish to clean the command line window of Matlab after I pressed start on a simulink model. I tried to add the clc command inside several call-back functions of my model, but it does not seems to work. Could you please help me? Thanks,
Ubaldo
0 Kommentare
Antworten (2)
Titus Edelhofer
am 18 Apr. 2012
Hi Ubaldo,
which release and operating system are you using? I just tried (Win, R2012a), and it works fine: Menu File->Model Properties->Callbacks, enter clc for the start function ...
Titus
1 Kommentar
Jan
am 18 Apr. 2012
"It does not seem to work" - does this mean that it is working?
Did you use the debugger to see, if one of the callbacks and especially the CLC command is called?
0 Kommentare
Siehe auch
Kategorien
Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!