How can I stream data form MATLAB to Simulink in real time?
16 ビュー (過去 30 日間)
古いコメントを表示
Kidus Guye
2017 年 7 月 22 日
回答済み: Larasmoyo Nugroho
2017 年 9 月 12 日
I was trying to use S-function block but, it gathers the value one at the beginning of the simulation. I want to stream the data continuously in real-time How can I get the data continuously in real-time is there some stuff I have to add in my S-function in order to get that?
0 件のコメント
採用された回答
Ankitha Kollegal Arjun
2017 年 7 月 25 日
The following documentation might guide you in the right direction:
0 件のコメント
その他の回答 (1 件)
Larasmoyo Nugroho
2017 年 9 月 12 日
get_param('tesloopsimin/Constant','Value') ==> MDL=tesloopsimin.mdl, block=Constant, parameter=Value
get_param('tesloopsimin/Sine Wave','DialogParameters') ==> show parameter existed in block
find_system('tesloopsimin','Type','Block') ==> show block existed in MDL
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Block and Blockset Authoring についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!