Can we run simulink by m file when simulink interface is not opened
Show older comments
ı want to run a simulink file by m file .So, ı use 'sim' command.
but when ı use it , simulink interface is opened.
Can we run simulink by m file when simulink interface is not opened
Accepted Answer
More Answers (2)
Azzi Abdelmalek
on 7 Mar 2013
Edited: Azzi Abdelmalek
on 7 Mar 2013
0 votes
Yes you can do it, without even loading or opening your model
1 Comment
Teja Muppirala
on 7 Mar 2013
Hey, yeah, you're right, SIM automatically loads it. I didn't know that before.
Abdullah Tahir
on 13 May 2014
0 votes
Can you please tell how to pause and resume the Matlab simulation from script file?
1 Comment
Abhishek Krishna
on 1 Jul 2018
Add Breakpoint at the place where you want to pause. And forward it step by step
Categories
Find more on Simulink Environment Customization 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!