How do I run an "example.m" file in Simulink?
조회 수: 6 (최근 30일)
이전 댓글 표시
My MATLAB code is written in example.m. Now, how do I run this example.m file in Simulink?
댓글 수: 0
답변 (1개)
Jonas
2021년 2월 5일
편집: Jonas
2021년 2월 5일
In the MATLAB workspace type and enter:
>> example
Or, go to the editor and click the green play button 'Run'.
Or press the 'F5' button when inside the editor.
Or in the MATLAB file explorer, right click the file and select 'Run'.
Or in the MATLAB file explorer, right click the file and press 'F9'.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!