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!