Borrar filtros
Borrar filtros

How to merge a cell 2x60 into 1x60?

4 visualizaciones (últimos 30 días)
JAI PRAKASH
JAI PRAKASH el 10 de Ag. de 2018
Comentada: JAI PRAKASH el 10 de Ag. de 2018

Respuesta aceptada

Guillaume
Guillaume el 10 de Ag. de 2018
One possible way:
newcellarray = cellfun(@(column) cell2mat(column), num2cell(yourcellarray, 1), 'UniformOutput', false);

Más respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by