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.

 Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 13 de Abr. de 2021

0 votos

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.

Más respuestas (0)

Categorías

Más información sobre Simulink Functions en Centro de ayuda y File Exchange.

Productos

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by