Calling out array from workspace in simulink

4 views (last 30 days)
Hi
I have an array in matlab workspace that i would like to use its values into a simulink.
For example in my matlab workspace, the values of array are [1 2 3 4 5]
How do I call out these numbers to connect directly to an if-else switch for decision making purposes.
Please help as I am unable to use constant blocks for this project.

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 13 Apr 2021
You have "Var=1:5" in MATLAB base workspace. In Simulink, use a Constant block, specify its value as "Var", or "Var(1)", "Var(5)", etc.

More Answers (0)

Categories

Find more on Create Large-Scale Model Components in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!