How do I save my work

1 次查看(过去 30 天)
sandra nygård
sandra nygård 2020-8-14
Hi,
how do I save the work, all the commands and answers, I do in Mathlab?

回答(2 个)

KSSV
KSSV 2020-8-14

Sara Boznik
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.

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by