Getting output from Simulink using m-file (link for m-file in simulink)
조회 수: 3 (최근 30일)
이전 댓글 표시
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
댓글 수: 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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Composite Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!