I need to save notes in the text area to a specific location. How to save the data using app designer?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I already have this code but i cant choose the phat
value = app.TextArea_.Value; % Value entered in textArea
writecell(value, 'DataReport.txt', 'QuoteStrings',false);
How can i choose a phat to save the txt file?
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!