how to clean the Command Line after pushing the button simulation start in Simulink?
2 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Titus Edelhofer
on 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 Comment
Jan
on 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 Comments
See Also
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!