cell part not saved using '-struct' option
1 view (last 30 days)
Show older comments
Hi:
I have a structure variable 'ImaInfo' like below:
![Capture.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/220513/Capture.jpeg)
then I saved it into disk using '-struct' option, using command:
save('test.mat','-struct','ImaInfo')
but the variable data in the struction ('ImaInfo.data') is not saved in the 'test.mat' file, as shown below:
![Capture.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/220514/Capture.jpeg)
just want know if there is any mistake with my operation? or 'cell' type is not allow to save in '-struct' option?
Thanks!
Yu
10 Comments
Walter Roberson
on 22 May 2019
V7.3 is not a compression specification. V7.3 uses a completely different internal format for data that is able to hold large variables where the old format included size counters that were limited to 1 gigabytes.
Answers (0)
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!