matio icon indicating copy to clipboard operation
matio copied to clipboard

function_handle type not supported by matio ?

Open Nelson-numerical-software opened this issue 6 years ago • 1 comments

A = str2func('cos')
save('function_handle.mat', 'A', '-v7.3')

data_type returns MAT_T_UNKNOWN and class_type returns MAT_C_EMPTY

does it return MAT_C_FUNCTION ? Do you expect also to support this type ?

Thanks for your work about matio :)

if it can help scipy.io module can read function_handle