how to save a struct

14 次查看(过去 30 天)
Jian Li
Jian Li 2011-4-4
Is there a error in the following : "save('Mat/multiSVMTrain.mat','-struct', 'multiSVMStruct');"
It have run so long time and i had to give up! What's wrong with it?

回答(1 个)

Walter Roberson
Walter Roberson 2011-4-4
That looks appropriate. How big are your variables? If your structures are more than 2 Gb then it would need to use the new HDF5 based format, which can take a long time to save.

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by