Filter löschen
Filter löschen

saving workin space variable

2 Ansichten (letzte 30 Tage)
Raviteja
Raviteja am 10 Nov. 2011
I executed my file which consists 20 variables (stored in the workspace after execution). I want to save 1 variable called myvar.mat to save into my working directory.
So I used
>>save('myvar.mat')
but it stored all the 20 variables with name myvar.mat.
To save single variable what I have to do?

Akzeptierte Antwort

per isakson
per isakson am 10 Nov. 2011
Doc says:
save(filename, variables)
try
save('myfile.mat', 'myvar' )

Weitere Antworten (0)

Kategorien

Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by