Getting output from Simulink using m-file (link for m-file in simulink)
1 次查看(过去 30 天)
显示 更早的评论
Hi, I wanna create a link in Simulink, something like a link that exist in "ssc_engine_cooling_system". See image below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/193807/image.jpeg)
What shall I do? Thank you
0 个评论
采纳的回答
Fangjun Jiang
2018-8-14
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 个评论
Fangjun Jiang
2018-8-15
Okay, "matlab:" should not be there.
You can add the folder into MATLAB path.
Or, put in "run('fullpath\testMfile')"
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!