MATLAB: Double to cell from workspace

celldoublereshape

i have a variable which is (2100*40 double) .i need to convert to each to a cell.the outpur as (2100*40 cell)

Best Answer

num2cell()