putting several matrices as one
Mostrar comentarios más antiguos
i have got one matrix with 2 columns and another with 5. i want to put them togehter as one matrix with 7 columns. overall the rows are similar in all of them
Respuesta aceptada
Más respuestas (1)
Cedric
el 10 de Oct. de 2017
A = randi( 10, 3, 2 )
B = randi( 10, 3, 5 )
C = [A, B]
Categorías
Más información sobre Target Computer Setup en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!