Borrar filtros
Borrar filtros

Combine many matrices into one

1 visualización (últimos 30 días)
NS
NS el 4 de Ag. de 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?

Respuesta aceptada

Rick Rosson
Rick Rosson el 4 de Ag. de 2011
Please try:
X = [ A ; B ; C ; D ; ... ; J ];
HTH.
Rick

Más respuestas (0)

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by