function handles to save data
Mostrar comentarios más antiguos
I want to save the Output for every round my loop takes. The Problem; I need an handle and my m-file has no Objects. The Question: How do i define a handle which i can use to store my data.
3 comentarios
Geoff Hayes
el 19 de Ag. de 2014
Max - why do you need a handle? Is your Output the same dimension on each iteration of the loop? If so, then consider using a matrix to store the data from each iteration. If not, then use a cell array.
Max Müller
el 19 de Ag. de 2014
Max Müller
el 19 de Ag. de 2014
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements 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!