Cell to double returns NaN
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Aswas
le 18 Oct 2015
Réponse apportée : Walter Roberson
le 18 Oct 2015
I have a c={7 x 1 cell}, and used c1=str2double(c), but get NaN's any advice please.
0 commentaires
Réponse acceptée
Walter Roberson
le 18 Oct 2015
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);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!