matio
matio copied to clipboard
object defined with keyword 'class' can not be loaded by matio
A = complexObj1(3, 4)
save('d:/class_cplx.mat', 'A','-v7.3')
with complexObj1 defined as:
function r = complexObj1(rp,ip)
c.r = rp;
c.i = ip;
r = class(c, 'complexObj1');
end
data_type returns MAT_T_UNKNOWN and class_type returns MAT_C_EMPTY
Do you think to support also this "type" and when ?
class available before 2006
Thanks
Again, it all is about the undocumented opaque type for MCOS.