- Using guidata: This function allows you to store and retrieve data associated with a GUI. You can update the data at each time step and store it in the handles structure.
- Using setappdata and getappdata: These functions allow you to store and retrieve application-defined data. This can be useful for storing data that changes over time.
- Saving to a MAT-file: You can periodically save your data to a MAT-file, which can then be loaded later. This is useful for long-term storage and retrieval.
How to store continuous data from Matlab GUI.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have built a matlab gui that read the data obtaining from Simulink. The matlab gui do some calculation and store it in some variables. Now, I would like to store the data of those variables from matlab gui.
I have tried to use assignin, but this function only save the last data(a scalar), but not data changing with time.
Please let me know are there any function that allow me to store the data according to time.
Thank you.
0 Commenti
Risposte (1)
Abhinaya Kennedy
il 24 Set 2024
You can refer to this link https://www.mathworks.com/help/matlab/ref/guidata.html for more iinfo on the functions mentioned.
0 Commenti
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!