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 Kommentare

Stephen23
Stephen23 am 5 Jul. 2018
Bearbeitet: Stephen23 am 5 Jul. 2018
  • If you are using GUIDE then use guidata.
  • If you are sensibly writing your own code then use nested functions:

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Gefragt:

am 5 Jul. 2018

Bearbeitet:

am 5 Jul. 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by