Simulink Real Time explorer
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
after the simulation stops on Simulink realtime explorer any value on the displays switch to 0. It is impossible to check the final value at the last time.
Do you have any suggestion?
Thank you
Regards
Dan
0 件のコメント
回答 (1 件)
Dimitri MANKOV
2020 年 11 月 2 日
編集済み: Dimitri MANKOV
2020 年 11 月 2 日
Hi Dan,
I would highly recommend having a look at App Designer (included by default with MATLAB, no additional licenses required) for the creation of custom User Interfaces to control your real-time application. This tool offers much more flexibility than Simulink Real-Time Explorer and enables you to design both the front-end (GUI) and the back-end (code). It recognizes all standard commands from the Simulink Real-Time API (see here for R2020b and later / here for R2020a and earlier), which can be integrated in the app’s back-end (code). You can get more information about MATLAB App Designer and try several examples here.
Best,
Dimitri
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Target Computer Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!