How to upload new values from Workspace to simulink in real time?

1 Ansicht (letzte 30 Tage)
Andrey Zhakulin
Andrey Zhakulin am 18 Nov. 2020
Hello!
I am working on a crane that uses values that are generated in the workspace and when I run simulink the crane moves to those coordinates. But I need to stop the simulink every time I want to change the crane coordinates. I want to make an array of coordinates in workspace and have them all run in simulink one after the other.
Is there some tool you can add in simulink so it can update values in my block or some other method?

Antworten (1)

Prudhvi Peddagoni
Prudhvi Peddagoni am 25 Nov. 2020
Hi,
You can use from workspace block to do this. You need to build a variable with first column with time values and use other columns for the input data.
Hope this helps.

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by