I have a c={7 x 1 cell}, and used c1=str2double(c), but get NaN's any advice please.

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 18 Okt. 2015

2 Stimmen

If the contents of the cell are already numeric and the task is to convert from a cell array to a purely numeric array, then
c1 = cell2mat(c);

Weitere Antworten (0)

Kategorien

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by