I want to read in some data from excel into Matlab say a 3x10 matrix. I need to distinguish whether the some cells are empty or blank in the read data. If empty, delete the row, if zero leave the matrix unchanged.
I am facing two problems with this: Matlab automatically truncates the leading empty cells in the matrix but leaves the empty cells within. Automatically resizing the matrix/array.