use S-function
5 ビュー (過去 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!