how save data from To workspace block
Mostrar comentarios más antiguos
I have a simulink calculation where at the end of my calculation,there will be genereation of more the 10 number of output from a block,,, so i am sending the result back to workspace with "to workspace" block ,,but in my next use I want use only last cell of data available in the workspace "from workspace" block,,,and my result will always vary in the number of outputs,,,sometimes 10 outputs sometimes 12, 13, 18, 19, like this ,,,and i want to access oly last cell data for my next calculation
2 comentarios
Azzi Abdelmalek
el 13 de Dic. de 2012
Can you explain with a diagram ?
Arun Badigannavar
el 13 de Dic. de 2012
Respuestas (1)
Muruganandham Subramanian
el 13 de Dic. de 2012
0 votos
Try using Lookup Table
2 comentarios
Arun Badigannavar
el 13 de Dic. de 2012
Kaustubha Govind
el 26 de Dic. de 2012
You probably need to use a Unit Delay block in the loop to allow the previous output to feed back to the input for the next time-step.
Categorías
Más información sobre Discontinuities en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!