link to a m-file from Simulink model

5 views (last 30 days)
cyberdyne
cyberdyne on 23 Sep 2011
Commented: Faisal Ahmed on 6 Sep 2017
Hi,
How can I place a box with the link to a m-file into a Simulink model like those of S-function examples ?
Thanks
  4 Comments
Fangjun Jiang
Fangjun Jiang on 25 Sep 2011
What do you mean "link"? What do you try to do? There is a way to run a .m file when you double-click a block in the Simulink model. But that is not the case for sfundemos.mdl. It's just a library with subsystem hierarchy.
Faisal Ahmed
Faisal Ahmed on 6 Sep 2017
Hello can you please tell me how can i run .m file when i double clicl a simulink model.

Sign in to comment.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 26 Sep 2011
I think the links in the S-function demos are basically empty subsystems with the OpenFcn block callback defined so as to open the corresponding MATLAB file. You can drag a Subsystem block, delete its contents so the input/output ports disappear. Then right-click on the block, select "Block Properties" and under the Callbacks->OpenFcn pane, enter "edit mymatlabfile.m". This should do the trick.
The other technique as Alessandro mentioned is to create an annotation and define it's ClickFcn as "edit mymatlabfile.m".
  1 Comment
cyberdyne
cyberdyne on 29 Sep 2011
Thanks for reply,
I thought 'annotation properties' setting was the easiest method.
I'll try with OpenFnc.

Sign in to comment.

Categories

Find more on Event Functions in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!