how to call specific m file from simulink?
조회 수: 3 (최근 30일)
이전 댓글 표시
helloo.. i have two m file that want to run....for certain condition just one of the m file was need to run and vices versa... for example i f i push a button one mfile was and if not another m file was run..
채택된 답변
Walter Roberson
2016년 10월 16일
You can use the button with an IF block, or with a switch, or with a triggering subsystem, or you could use it with a MATLAB Function Block that examined the value to determine what to call.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!