Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

regarding save in matlab

1 visualización (últimos 30 días)
Aparna
Aparna el 20 de Mzo. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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.

Respuestas (2)

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

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

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by