MATLAB: How can I convert cell to double

cell2double

Dear Users,
How can I convert the attached cell file to double, Thank you in advance.

Best Answer

load temp.mat ;
iwant = cell2mat(temp')
Related Question