Filter löschen
Filter löschen

How to convert cell array to double array

65 Ansichten (letzte 30 Tage)
Kanakaiah Jakkula
Kanakaiah Jakkula am 11 Mai 2017
Bearbeitet: KL am 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,

Akzeptierte Antwort

KL
KL am 11 Mai 2017
Bearbeitet: KL am 11 Mai 2017
str2double(YourCellArray)

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices 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!

Translated by