Storing handle values in a text file
Afficher commentaires plus anciens
Hello
I want to write the handle values being produced in one GUI to a text file. I have written the code for generation of text file in another GUI and hence, want to access the handles and write it in text file. I am not able to get the handle values. These handle values are generated by another function.
Here is an example of what I am doing:
[handles.f1, handles.f2, handles.f3, handles.f4 ,handles.f5, handles.f6] = add (x,y); %in the main GUI
I want to access handles.f1,f2..f6 in another GUI and then write it in text file.
2 commentaires
Jan
le 18 Juil 2013
The question is not clear. The handles variable is a struct. Unfortunately "handle values" could also mean the handles of the GUI elements. Blame Matlab for the confusing name collision. How do you try to obtain the wanted values from the GUI? What is "add"?
nl2605
le 19 Juil 2013
Réponses (0)
Catégories
En savoir plus sur Text Data Preparation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!