How to pass a changing value from workspaces to Simulink?

Hi everyone,
I'm trying to pass a value from workspaces to Simulink calculated by Matlab step-by-step. This value changes each step, but the Simulink simulation take the first value and keep it costant. I'm using simin block and doesn't refresh data. How can I solve this issue?

1 Comment

How is value changing in base workspace? Are you running a loop which changes the value of the variable?

Sign in to comment.

 Accepted Answer

Ameer Hamza
Ameer Hamza on 28 May 2020
Edited: Ameer Hamza on 28 May 2020
If the value is continually changing in the base workspace, you need to use MATLAB function block and evalin() to read the updated value at each time-step. See the attached file (saved in R2020a). It reads the value of variable 'x' from base-workspace.

3 Comments

Thank you for the clear answer and the Simulink model provided as an example. Now it works!!!
Thank you so much!
OMG
this actualy works!
i have been looking for a week
thank you very much for the answer

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!