the best way to save .txt
조회 수: 11 (최근 30일)
이전 댓글 표시
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
답변 (2개)
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"
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!