Merge vector into a matrix
Ältere Kommentare anzeigen
I have a matrix and a vector, I need to merge the vector into the matrix randomly. can any one help??
1 Kommentar
Adam Danz
am 3 Feb. 2021
Define "merge".
Antworten (1)
Sourabh Kondapaka
am 8 Feb. 2021
0 Stimmen
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
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!