Embedded function (Simulink)
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everybody, I wrote a Logistic map function in Matlab. How can I call this function from Simulink by use embedded function.
0 件のコメント
採用された回答
Fangjun Jiang
2011 年 5 月 24 日
Drag and drop the "Embedded MATLAB Function" block from library "Simulink","User-Defined Functions" to your model and copy then paste your M-Function.
Or drag and drop the "Fcn" block from the same library and put in your M-Function name.
All assume that you have or figure out the input/output argument syntax.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!