passing arrays between functions?
古いコメントを表示
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 件のコメント
- If you are using GUIDE then use guidata.
- If you are sensibly writing your own code then use nested functions:
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!