matio
matio copied to clipboard
function_handle type not supported by matio ?
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