Displaying a group of vectors on separate lines
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Aleem Andrew
il 26 Feb 2021
Risposto: the cyclist
il 26 Feb 2021
I am trying to display a number of vectors in separate lines. How can you create a matrix with each its rows equal to one a group of 1*n vectors? Alternately, can you use the display function to do this? I have tried using for example the command disp([a b]) but this displays the vectors all on a single line.
a = [1 2 3]; b = [4 5 6]; c = [4 5 6];
disp([a b c])
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Elementary Math in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!