Borrar filtros
Borrar filtros

convert array in matrix

4 visualizaciones (últimos 30 días)
elisa ewin
elisa ewin el 15 de Jun. de 2016
Respondida: Azzi Abdelmalek el 15 de Jun. de 2016
Hi! I want to trasform the cell arrays attached in a matrix, can you help me?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 15 de Jun. de 2016
load matlab
a=cell2mat(pairs(:,1))
b=pairs(:,2)
b=cell2mat([b{:}]')

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by