save workspace BUT with another name!

6 Ansichten (letzte 30 Tage)
BN
BN am 21 Apr. 2020
Bearbeitet: stozaki am 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.
  1 Kommentar
BN
BN am 21 Apr. 2020
Bearbeitet: BN am 21 Apr. 2020
Thank you so much

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

stozaki
stozaki am 21 Apr. 2020
Bearbeitet: stozaki am 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')

Weitere Antworten (0)

Kategorien

Mehr zu Debugging and Analysis finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by