passing arrays between functions?
Afficher commentaires plus anciens
I have two fields in a file which are arrays. I've loaded them in one callback function of a gui. But I need them in another callback function for some calculations. How do I do this?
2 commentaires
- If you are using GUIDE then use guidata.
- If you are sensibly writing your own code then use nested functions:
Réponses (0)
Catégories
En savoir plus sur Whos 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!