Merge vector into a matrix
Afficher commentaires plus anciens
I have a matrix and a vector, I need to merge the vector into the matrix randomly. can any one help??
1 commentaire
Adam Danz
le 3 Fév 2021
Define "merge".
Réponses (1)
Sourabh Kondapaka
le 8 Fév 2021
0 votes
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
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!