Triggering Simulink simulation through GUI does not send data from simulink to workspace.

1 次查看(过去 30 天)
Triggering Simulink simulation through GUI does not send data from simulink to workspace.
I have a simulate button which i have configured to run a simulink file. However, if i run it through the GUI, the to-workspace blocks dont send data to the workspace. Hence I cannot generate plots based on that data. When i run the simulation through simulink ( by clicking the green play button as usual), data gets sent to the workspace as normal.
Need a solution for this as soon as possible.
command on button click
sim filename;

回答(1 个)

Paul
Paul 2022-9-5
Hi Amartya,
Does this answer help?
  2 个评论
Amartya Banerjee
Amartya Banerjee 2022-9-5
Hi Paul, Thank you for the answer but i figured out another way. I tried the sim command many different ways but that didnt work. so i used the setparam for simulation command to 1... basically triggering the simulation through a parameter change. Worked in this particular situation, however I do not know why this problem would occur in the first place.
Amartya Banerjee
Amartya Banerjee 2022-9-5
got it from here. I'll put it out here for others like me or maybe me in the future and then I'd have a quiet laugh to myself about this... "classic MATLAB ! Am I right?"

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Simulink Functions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by