Filter löschen
Filter löschen

how to reshape cell to matrix?

5 Ansichten (letzte 30 Tage)
Sharif Khalil
Sharif Khalil am 16 Mär. 2019
Bearbeitet: Sharif Khalil am 17 Mär. 2019
I have a cell that is 180X8, each cell is 180X6 matrix, when I convert it to a matrix using (cell2mat) it outputs 32400X48, I need it to be 259200X6.
I have used reshape (reshape(xx,[],6);) but it chooses the 1st, 3rd, 5th, 7th, 9th, and 11th columns, I want to choose from 1 to 6, and underneath them the second 6 columns and so on.

Akzeptierte Antwort

madhan ravi
madhan ravi am 17 Mär. 2019
cat(1,yourcell{:})
  1 Kommentar
Sharif Khalil
Sharif Khalil am 17 Mär. 2019
Yes, thank you, I was actually looking for answers and I did the same :)
cat(1,yourcell{1:end});
But thanks again

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by