We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Again, it all is about the undocumented opaque type for MCOS.
Sorry, something went wrong.
No branches or pull requests
with complexObj1 defined as:
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
The text was updated successfully, but these errors were encountered: