How to convert cell array to double array

86 vues (au cours des 30 derniers jours)
Kanakaiah Jakkula
Kanakaiah Jakkula le 11 Mai 2017
Modifié(e) : KL le 11 Mai 2017
Hi, I have below cell array of numeric values, I want to convert them into double array Input:
{'1' '2'
'3' '5'
'6' '10'
'12' '11'}
Many thanks in advance,

Réponse acceptée

KL
KL le 11 Mai 2017
Modifié(e) : KL le 11 Mai 2017
str2double(YourCellArray)

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices 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!

Translated by