How to convert cell array to double array

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,

 Risposta accettata

KL
KL il 11 Mag 2017
Modificato: KL il 11 Mag 2017
str2double(YourCellArray)

Più risposte (0)

Richiesto:

il 11 Mag 2017

Modificato:

KL
il 11 Mag 2017

Community Treasure Hunt

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

Start Hunting!

Translated by