use S-function
조회 수: 3 (최근 30일)
이전 댓글 표시
Hy, I have a script in matlab and need to put it in simulink, but i have dificulties using s-function Have an example? Thank you
댓글 수: 0
채택된 답변
TAB
2011년 9월 23일
You can use 'Embedded MATLAB Function' block in your model for embedding MATLAB code with simulink. This block is available at
Simulink Library browser > User defined functions > 'Embedded MATLAB Function'
For help type
doc 'Embedded MATLAB Function'
on command window.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!