MATLAB: Convert cell to matrix

convert cell to matrix

I have the following {'128' '256' '157' '54'} How can I convert it to a numeric matrix for example 128 256 157 54

Best Answer

str2double()