How to reshape cell of characters to a different cell size of characters?

1 vue (au cours des 30 derniers jours)
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 commentaires
madhan ravi
madhan ravi le 17 Mar 2019
Modifié(e) : madhan ravi le 17 Mar 2019
num2cell(cat(1,cc{:}),2) % perhaps?
[comment moved to answer section]
Sharif Khalil
Sharif Khalil le 17 Mar 2019
Assume!! Thank you soo much, this works!!

Connectez-vous pour commenter.

Réponse acceptée

madhan ravi
madhan ravi le 17 Mar 2019

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by