How do I save my work
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
how do I save the work, all the commands and answers, I do in Mathlab?
0 Kommentare
Antworten (2)
Sara Boznik
am 14 Aug. 2020
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!