how can i sync simulink model with gui? i tried several functions but it nothing heppend still there is problem. i tried SET_PARAM but no result. could any one tell me the proper solution how can i update this problem????????
3 ビュー (過去 30 日間)
古いコメントを表示
Mohammad Abu Bakar Siddique
2015 年 7 月 9 日
コメント済み: Ilham Hardy
2015 年 7 月 30 日
Simulink with gui sync
0 件のコメント
採用された回答
Ilham Hardy
2015 年 7 月 9 日
what do you actually mean with synchronization with GUI?
Do you want to update GUI values/graphs based on Simulink model when the model is running? Then you may want to check this demo ( Event Llstener )
Do you want to update/set Simulink model parameter using the GUI? then the set_param/get_param is the correct way to proceed.
9 件のコメント
Ilham Hardy
2015 年 7 月 30 日
Hi Abu,
Depending on your Matlab version, the Real-time Workshop (RTW) might have been updated to Simulink Coder .
This is a separate toolbox, not included in default Matlab software package. Which also means you have to buy for it separately.
To interface microcontroller with Matlab/Simulink, Embedded Target can be used. However, as far as I know, to use the Embedded Target you need to have Simulink Coder toolbox.
その他の回答 (2 件)
参考
カテゴリ
Help Center および File Exchange で Naming Conventions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!