Effacer les filtres
Effacer les filtres

Combine many matrices into one

1 vue (au cours des 30 derniers jours)
NS
NS le 4 Août 2011
Hi all,
I have about 10 matrices with variable no of rows but equal number of columns. I wish to combine all these 10 into one matrix. How can I do that in MATLAB?

Réponse acceptée

Rick Rosson
Rick Rosson le 4 Août 2011
Please try:
X = [ A ; B ; C ; D ; ... ; J ];
HTH.
Rick
  1 commentaire
NS
NS le 4 Août 2011
Thanks Rick.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by