I need to save notes in the text area to a specific location. How to save the data using app designer?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!