Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

regarding save in matlab

1 vue (au cours des 30 derniers jours)
Aparna
Aparna le 20 Mar 2012
Clôturé : MATLAB Answer Bot le 20 Août 2021
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.

Réponses (2)

Grzegorz Knor
Grzegorz Knor le 20 Mar 2012
Use save with optional arguments:
save('your_file', 'first_variable', 'second_variable', ... )
see also doc:

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

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by