How can i create matrix using vectors
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i have 10 vectors. i want to create a matrix by the vectors as coulumns
0 Commenti
Risposte (1)
madhan ravi
il 26 Mar 2019
Firstly you shouldn’t have named the vectors , it would have been easier if you would have stored them as cells in the first place, anyhow;
[v1(:),v2(:),v3(:),v4(:),v5(:),v6(:),v7(:),v8(:),v9(:),v10(:)]
0 Commenti
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices 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!