Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (2)
Sean de Wolski
am 12 Jun. 2012
Xcat = [x1 x2 x3];
do_stuff_with(Xcat)
1 Kommentar
Kris
am 12 Jun. 2012
Kris
am 12 Jun. 2012
0 Stimmen
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!