How do I save my work
古いコメントを表示
Hi,
how do I save the work, all the commands and answers, I do in Mathlab?
回答 (2 件)
KSSV
2020 年 8 月 14 日
0 投票
Read about diary.
Sara Boznik
2020 年 8 月 14 日
Hi!
Save the code and after you run it you have the work.
Other option is that you do files with answers if you need it.
fl=('file.txt','wt+')
fprintf(fl,'%.2f',ans)
Wish you best of luck.
カテゴリ
ヘルプ センター および File Exchange で Big Data Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!