Matlab App Designer/ Simulink block to workspace is not working

10 ビュー (過去 30 日間)
Matus Vaculik
Matus Vaculik 2020 年 5 月 21 日
回答済み: Nishant Gupta 2020 年 5 月 29 日
I´m having this issues with Simulink. When I call sim() function in Matlab App designer it does not return value of block to workspace.
simout=sim('gui_sim_model.mdl');
because of this issue, Matlab compiler gives me error, that it does not have enough parameters.
plot(app.UIAxesIK,hodnota.Time,hodnota.Data);
when I run the code from matlab it works, but when I compile it to standalone application it gives error.
How do I simulate the model properly with commands that it does return to worspace values?
Thank you for your time.

回答 (1 件)

Nishant Gupta
Nishant Gupta 2020 年 5 月 29 日

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by