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

1 view (last 30 days)
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;

Answers (1)

Paul
Paul on 5 Sep 2022
Hi Amartya,
Does this answer help?
  2 Comments
Amartya Banerjee
Amartya Banerjee on 5 Sep 2022
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 on 5 Sep 2022
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?"

Sign in to comment.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!