passing arrays between functions?
Show older comments
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 Comments
- If you are using GUIDE then use guidata.
- If you are sensibly writing your own code then use nested functions:
Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!