Load variables into the workspace with app button
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Daniel
am 7 Nov. 2022
Kommentiert: Daniel
am 7 Nov. 2022
Hi, right now im saving variables with the save() function into a .mat file, I need to load that variables into the matlab workspace. From matlab is easy, I just double click the .mat or use load(name.mat) and works, but I want to do it with a button with my app, I dont know if I need to use load() and im just using it wrong or theres another way.
Thank you.
0 Kommentare
Akzeptierte Antwort
Jakob B. Nielsen
am 7 Nov. 2022
I think this one might answer your question too:
https://se.mathworks.com/matlabcentral/answers/452275-how-do-i-access-and-interact-with-the-variables-loaded-in-my-app
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!