Simulink - How to store a scalar in a queue with simulation time?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to make a FIFO queue with time-stamps (simulation time).
Queue would have a max length.

I tried 'to workspace' and 'from workspace' combination. it doesn't work.
Intial values could be zero or dynamics size array till maxlength.
2 comentarios
M.B
el 22 de Feb. de 2021
Can you explain what you are trying to achieve? What are the inputs/outputs (type, dimension ...) of your system?
"To workspace" will recorde the signal during simulation. You can set it to record signals as timeseries (data + simulation time). The data is only accessible at the end of the simulation in the workspace.
Respuestas (1)
Ver también
Categorías
Más información sobre Naming Conventions 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!