save workspace BUT with another name!

5 visualizzazioni (ultimi 30 giorni)
BN
BN il 21 Apr 2020
Modificato: stozaki il 21 Apr 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.

Risposta accettata

stozaki
stozaki il 21 Apr 2020
Modificato: stozaki il 21 Apr 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')

Più risposte (0)

Categorie

Scopri di più su Debugging and Analysis in Help Center e File Exchange

Tag

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by