Calling out array from workspace in simulink

2 次查看(过去 30 天)
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.

采纳的回答

Fangjun Jiang
Fangjun Jiang 2021-4-13
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Create Large-Scale Model Components 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by