Combine arrays
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (2)
Sean de Wolski
le 12 Juin 2012
Xcat = [x1 x2 x3];
do_stuff_with(Xcat)
1 commentaire
Kris
le 12 Juin 2012
Kris
le 12 Juin 2012
0 votes
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!