save workspace BUT with another name!

5 visualizaciones (últimos 30 días)
BN
BN el 21 de Abr. de 2020
Editada: stozaki el 21 de Abr. de 2020
Hey all,
I can save all variables in my workspace using this:
save workspace
After that, it saved by the named workspace.mat. I want to know how to save the workspace with another name.
Thank you.
  1 comentario
BN
BN el 21 de Abr. de 2020
Editada: BN el 21 de Abr. de 2020
Thank you so much

Iniciar sesión para comentar.

Respuesta aceptada

stozaki
stozaki el 21 de Abr. de 2020
Editada: stozaki el 21 de Abr. de 2020
please refer an following URL
save filename
save ('filename')
For example, if you want to save it as 'test', you would write:
save test
or
save ('test')

Más respuestas (0)

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by