Borrar filtros
Borrar filtros

How to convert cell array to double array

65 visualizaciones (últimos 30 días)
Kanakaiah Jakkula
Kanakaiah Jakkula el 11 de Mayo de 2017
Editada: KL el 11 de Mayo de 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,

Respuesta aceptada

KL
KL el 11 de Mayo de 2017
Editada: KL el 11 de Mayo de 2017
str2double(YourCellArray)

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by