regarding save in matlab

Hi
When i used the save function, 73113 values get saved.
Is there any way to change the number of values that get saved?
Any help would be appreciated.

답변 (2개)

Grzegorz Knor
Grzegorz Knor 2012년 3월 20일

0 개 추천

Use save with optional arguments:
save('your_file', 'first_variable', 'second_variable', ... )
see also doc:
Andreas Goser
Andreas Goser 2012년 3월 20일

0 개 추천

When simply using save, it saves all existing variables. You can determine how many those are by using WHO / WHOS commands.

이 질문은 마감되었습니다.

질문:

2012년 3월 20일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by