Merge vector into a matrix
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a matrix and a vector, I need to merge the vector into the matrix randomly. can any one help??
Risposte (1)
Sourabh Kondapaka
il 8 Feb 2021
Please have a look at the following links in the documentation:
- Concatenating Matrices
- Vertical Concatenation using vertcat
- Horizontal Concatenation using horzcat
- Concatenation of arrays using cat
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!