Combine arrays
Mostrar comentarios más antiguos
In order to visualise my simulation i want to plot some results. During my simulation i created multiple arrays of the size= 96x1, 96x3, 96x5.
Want i want to achieve is to combine these arrays into a single 96x9 array as i see no other way to plot them all into one graph.
Can anyone help? :
Thank you,
Kris
Respuesta aceptada
Más respuestas (2)
Sean de Wolski
el 12 de Jun. de 2012
Xcat = [x1 x2 x3];
do_stuff_with(Xcat)
1 comentario
Kris
el 12 de Jun. de 2012
Kris
el 12 de Jun. de 2012
0 votos
Categorías
Más información sobre Logical 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!