How to convert cells within cells to double.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Farshid Daryabor
am 2 Mär. 2020
Kommentiert: Farshid Daryabor
am 2 Mär. 2020
I really thanks anyone for any comment how to convert the attached file to double. I tried the following comment but it doesn't work.
>> out = cell2mat(cellfun(@cell2mat,T_mon,'un',0));
Error using cat
Dimensions of matrices being concatenated are not consistent.
Error in cell2mat (line 75)
m{n} = cat(2,c{n,:});
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!