How can I show Data generated in Simulink in a Matlab GUI?

3 ビュー (過去 30 日間)
André Köhler
André Köhler 2019 年 9 月 18 日
編集済み: Abhishek Gupta 2020 年 9 月 8 日
Hi,
I have a Simulink Model that creates Data. I built a GUI using uicontrol (not GUIDE) that gives parameters to the model (via workspace). A pushputton activates a nested function that gets the inputs and saves them. (get and assignin). Now I run the model (still in nested function), but the To Workspace Block does not work.
Error using GUI_01_FOM_frict/save_input (line 122)
Cannot create variable 'FOM_frict_phi' in workspace
Caused by:
Error using GUI_01_FOM_frict/save_input (line
122)
Attempt to add "FOM_frict_phi" to a static
workspace.
See Variables in Nested and Anonymous
Functions.
Error while evaluating UIControl Callback.
Same Error if call a script which has the sim command
I tried for several hours now to work around that, but I cannot find a solution.
I would appreciate any idea that could help
  3 件のコメント
Ankit
Ankit 2019 年 9 月 18 日
hello Andre,
you want to read the real-time simulation data from simulink model to GUI ?
regards
ANkit
André Köhler
André Köhler 2019 年 9 月 18 日
Hello Ankit,
no, I want to acces the Data after the simulation, no need for real time because the simulation time is maximum 3 seconds.
At this point, I dont have this error anymore because I initialize FOM_frict_Phi = [ ].
But The Data only shows up in this variable when I click Play directly in Simulink, but not when I simulate using Matlab.

サインインしてコメントする。

回答 (1 件)

Abhishek Gupta
Abhishek Gupta 2020 年 9 月 8 日
編集済み: Abhishek Gupta 2020 年 9 月 8 日

カテゴリ

Help Center および File ExchangeModel, Block, and Port Callbacks についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by