the best way to save .txt

2 ビュー (過去 30 日間)
shamal
shamal 2023 年 6 月 8 日
回答済み: Walter Roberson 2023 年 6 月 9 日
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?

回答 (2 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2023 年 6 月 9 日
編集済み: Walter Roberson 2023 年 6 月 9 日
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"

Walter Roberson
Walter Roberson 2023 年 6 月 9 日
You could consider using readcell and writecell
... but sometimes the easiest way is just to fopen / fprintf / fclose

カテゴリ

Help Center および File ExchangeText Data Preparation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by