Info

この質問は閉じられています。 編集または回答するには再度開いてください。

regarding save in matlab

1 回表示 (過去 30 日間)
Aparna
Aparna 2012 年 3 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 日
Use save with optional arguments:
save('your_file', 'first_variable', 'second_variable', ... )
see also doc:

Andreas Goser
Andreas Goser 2012 年 3 月 20 日
When simply using save, it saves all existing variables. You can determine how many those are by using WHO / WHOS commands.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by