passing arrays between functions?
Ältere Kommentare anzeigen
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 Kommentare
- If you are using GUIDE then use guidata.
- If you are sensibly writing your own code then use nested functions:
Antworten (0)
Kategorien
Mehr zu Whos finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!