Merge vector into a matrix
20 vues (au cours des 30 derniers jours)
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??
Réponses (1)
Sourabh Kondapaka
le 8 Fév 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 commentaires
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!