Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to use variables from buttonApushed function in a buttonBpushed function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
there are some cell arrays created when I push browse button
and I need to work on those cell arrays when I push add data button
the problem is those cell arrays are local , so I can just work on them in browseButton function
someone can help ?
2 Kommentare
Dennis
am 13 Mai 2019
You could for example use setappdata and getappdata.
You can find a good overview about possible approaches here
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!