Getting output from Simulink using m-file (link for m-file in simulink)

Hi, I wanna create a link in Simulink, something like a link that exist in "ssc_engine_cooling_system". See image below:
What shall I do? Thank you

 Accepted Answer

Double click the annotation box to enter the "edit" mode, hover over the hyper link and right click, select "Hyperlink ..." and you will see the dialog.
If you want to start from your own, create an annotation text, select them and then right click, select "Hyberlink ..." and then specify "matlab:YourMfile".

3 Comments

It's worked for OPEN the m-file, but needed address of m-file:
matlab:edit D:\...\testMfile
But for RUN the m-file, I had to change the "Current Folder" to m-file location before click on the link, otherwise it shows an error!
Oh, thank you by the way.
Okay, "matlab:" should not be there.
You can add the folder into MATLAB path.
Or, put in "run('fullpath\testMfile')"
Thank you so so much. It's worked:
matlab:run fullpath\testMfile

Sign in to comment.

More Answers (0)

Categories

Find more on Simscape Multibody in Help Center and File Exchange

Products

Release

R2016b

Asked:

on 14 Aug 2018

Commented:

on 15 Aug 2018

Community Treasure Hunt

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

Start Hunting!