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.

Antworten (2)

Grzegorz Knor
Grzegorz Knor am 20 Mär. 2012

0 Stimmen

Use save with optional arguments:
save('your_file', 'first_variable', 'second_variable', ... )
see also doc:
Andreas Goser
Andreas Goser am 20 Mär. 2012

0 Stimmen

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

Diese Frage ist geschlossen.

Gefragt:

am 20 Mär. 2012

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by