M file starten in Simulink
Show older comments
Hi,
I have an M file (also a function) which includes the "sim()" command. This M file is used to start the Simulink simulation.
Is it possible to run this M file in Simulink, that is, by clicking some button?
Generally an M file can be integrated into an S function block, but this M files contains the "sim()" command.
Thanks Senmeis
Answers (1)
Kaustubha Govind
on 12 Nov 2012
1 vote
You can use a Simulink annotation with a Click function to create a hyperlink on the model canvas that will run a MATLAB command upon clicking.
Categories
Find more on Modeling in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!