Adding matrix to another matrix
Mostrar comentarios más antiguos
How would add a matrix to the back of another matrix to form another column.
example [1 4 5 6 + [2
4 6 7 8 3
4 8 0 1 ] 3]
=[1 4 5 6 2
4 6 7 8 3
4 8 0 1 3]
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices 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!