You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, what I got in MATLAB is a cell array, which flatten the matrix. Assume the original matrix is 5 by 4, I end up with a 20 by1 cell array. Moreover, all NaNs are treated as strings 'NaN' in the cell. A bug or it is designed to be like this?