Merge vector into a matrix
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??
1 Commento
Adam Danz
il 3 Feb 2021
Define "merge".
Risposte (1)
Sourabh Kondapaka
il 8 Feb 2021
0 voti
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
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!