the best way to save .txt
10 views (last 30 days)
Show older comments
hI,
i want to load this data (the values will be loaded into the app designer) and when i close matlab save the updated data
(the data is small size of 15 lines)
what is the best way to save them? if it's .mat do I have to first save them in a .txt file and then upload them?
0 Comments
Answers (2)
KALYAN ACHARJYA
on 9 Jun 2023
Edited: Walter Roberson
on 9 Jun 2023
While I cannot definitively claim that it is the absolute best, as "best" is subjective and varies depending on individual perspectives, I can suggest following way to consider.
Write data into text file "fprintf"
0 Comments
See Also
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!