app designer output data
Ältere Kommentare anzeigen
How can I save app designer data as an output file, like a .csv? How can I save app designer figures? When will this functionality be added?
1 Kommentar
Kenneth Befus
am 15 Jun. 2017
Antworten (2)
Kanishk Singhal
am 5 Jul. 2023
0 Stimmen
You may want to look at uisave. This saves your data at your selected location in dialog box. This will save in a mat-file.
Hope this answers your question.
Abhinav
am 5 Jul. 2023
0 Stimmen
There are quite a few ways of going about your problem.
- you could use assignin() to move your data to the workspace as per your suggestion. Documentation
- Use this setappdata function to store data in a UI. You can retrieve the data elsewhere in your code using the getappdata function. Both of these functions provide a convenient way to share data between callbacks or between separate UIs.
- If you want to write the saved data to a csv file, you can use the writematrix function
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!