combine 2 matrices to 1 matrix?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nimasha Pilippange
el 19 de Feb. de 2022
Editada: Nimasha Pilippange
el 19 de Feb. de 2022
I have 2 matrices as A=[ 1 2 3 4 5] and B= [ 6 7 8 9 10] , How can I combine them so I can get C=[1 6 2 7 3 8 4 9 5 10]. I need for a large matrix. But first I will start with a small matrix.
Can anyone help?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!