How can I output singular element of an array from workspace to simulink per second simulation time?

9 visualizaciones (últimos 30 días)
I am trying to output elements of a 96x1 array in Simulink. But I want to be able to do this at the rate of one element per second (simulation time). Please can anyone describe how to go about this to me?

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 24 de Jun. de 2020
Editada: Fangjun Jiang el 7 de Feb. de 2022
Assume your data is: data=(1:96)'/100
Create a time vector: time=(0:95)'
Use a "From Workspace" block, specify the data as [time, data]. Use a Scope block, run simulation for 100 seconds and verify the data.
  2 comentarios
Akinkunmi Adegbenro
Akinkunmi Adegbenro el 26 de Jun. de 2020
Editada: Fangjun Jiang el 7 de Feb. de 2022
What did you mean by "data=(1:96)'/100"? Why did you use '/100? Just need to clarify this as I am not sure if that is key to the solution.
Fangjun Jiang
Fangjun Jiang el 26 de Jun. de 2020
Trying to make the data value different than the time value so easy to tell what is what.

Iniciar sesión para comentar.

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by