MATLAB: How to save cell data from workspace

cellfilemat

I want to save my xy3 cell contains 2401×1
And I save to .mat file , then when I import data in workspace
it's show error "file contains uninterpretable data"
Why I can't read the cell file
thanks!

Best Answer

Do not uiimport() or import() your data: load() it.