Merge vector into a matrix
21 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a matrix and a vector, I need to merge the vector into the matrix randomly. can any one help??
Antworten (1)
Sourabh Kondapaka
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!