How do I save my work

4 visualizaciones (últimos 30 días)
sandra nygård
sandra nygård el 14 de Ag. de 2020
Respondida: Sara Boznik el 14 de Ag. de 2020
Hi,
how do I save the work, all the commands and answers, I do in Mathlab?

Respuestas (2)

KSSV
KSSV el 14 de Ag. de 2020

Sara Boznik
Sara Boznik el 14 de Ag. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by