Calling out array from workspace in simulink

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

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

Products

Community Treasure Hunt

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

Start Hunting!