-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Tested with 1.5.13:
A = cell(1);
save('empty_cell.mat', 'A', '-v7.3')
load with matio:
matvar_t * elementMatVar = Mat_VarGetCell(matVariable, (int)k);
elementMatVar->class_type with k = 0 returns: MAT_C_EMPTY and not MAT_C_DOUBLE (expected)
elementMatVar->data_type MAT_T_UNKNOWN
same code with a value works:
A = {1} // or A = {[]}
save('cell.mat', 'A', '-v7.3')
Metadata
Metadata
Assignees
Labels
No labels