How can you store values in App Designer like you can in GUIDE?
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ruger28
am 6 Mai 2020
Kommentiert: Ruger28
am 6 Mai 2020
Hello,
Im trying to store some variables in App Designer like I can in GUIDE using handles. In GUIDE for example, I could do:
x = 123
handles.x = x;
and use handles.x anywhere I send handles. I tried to do the same in App Designer the snippet below, but it errors:
x = 123;
app.x = x;
Any advice is greatly appreciated.
Thanks!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!