Saving txt file in GUI
Afficher commentaires plus anciens
Could you please help me.
I created the push button in GUI application with which I wanted to save current data vector or matrix (let's say X) as a text file.
I would like to open dialog box, be able to create file (or update existing), add name of the file and save it as txt.
Is it possible?
I tried with uiputfile, but it cannot create new file.
Thanks in advance!
Réponses (1)
Ameer Hamza
le 29 Sep 2020
0 votes
Yes, the documentation also states that, it returns the name of the file, but does not create it. You need to create the file yourself. Checked the demo app attached to this answer.
Catégories
En savoir plus sur Interactive Control and Callbacks 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!