save workspace BUT with another name!

조회 수: 5 (최근 30일)
BN
BN 2020년 4월 21일
편집: stozaki 2020년 4월 21일
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
BN
BN 2020년 4월 21일
편집: BN 2020년 4월 21일
Thank you so much

댓글을 달려면 로그인하십시오.

채택된 답변

stozaki
stozaki 2020년 4월 21일
편집: stozaki 2020년 4월 21일
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')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by