How do I save my work
Mostra commenti meno recenti
Hi,
how do I save the work, all the commands and answers, I do in Mathlab?
Risposte (2)
KSSV
il 14 Ago 2020
0 voti
Read about diary.
Sara Boznik
il 14 Ago 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.
Categorie
Scopri di più su Big Data Processing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!