MATLAB: Reading a value from a row of cell

cellcell arraycell arrays

I have a cell array, in one row I need to take one value. for example;
in the row of one cell this is written:
and I need 7.075 as a value, not string.

Best Answer

use command cell2mat to convert an element, a row or a column from a cell to a double.