Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object defined with keyword 'class' can not be loaded by matio #100

Open
Nelson-numerical-software opened this issue Feb 17, 2019 · 1 comment

Comments

@Nelson-numerical-software
 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

@tbeu
Copy link
Owner

tbeu commented Feb 21, 2019

Again, it all is about the undocumented opaque type for MCOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants