How to reshape cell of characters to a different cell size of characters?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sharif Khalil
el 17 de Mzo. de 2019
Respondida: madhan ravi
el 17 de Mzo. de 2019
I have this cell, which is a 32400X8, I want to reshape it to 259200X1, put all columns underneath eachother in the first row, keeping the output a cell.
I have used, Category = cat(1,cc{:}); but the output is character. I want it to be cell, as it is. thanks in advance.
2 comentarios
madhan ravi
el 17 de Mzo. de 2019
Editada: madhan ravi
el 17 de Mzo. de 2019
num2cell(cat(1,cc{:}),2) % perhaps?
[comment moved to answer section]
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Graphics Object Programming 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!