function handles to save data
Afficher commentaires plus anciens
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 commentaires
Geoff Hayes
le 19 Août 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
le 19 Août 2014
Max Müller
le 19 Août 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!