save workspace BUT with another name!

5 vues (au cours des 30 derniers jours)
BN
BN le 21 Avr 2020
Modifié(e) : stozaki le 21 Avr 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 commentaire
BN
BN le 21 Avr 2020
Modifié(e) : BN le 21 Avr 2020
Thank you so much

Connectez-vous pour commenter.

Réponse acceptée

stozaki
stozaki le 21 Avr 2020
Modifié(e) : stozaki le 21 Avr 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')

Plus de réponses (0)

Catégories

En savoir plus sur Debugging and Analysis dans Help Center et File Exchange

Tags

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by