Merge vector into a matrix
Mostrar comentarios más antiguos
I have a matrix and a vector, I need to merge the vector into the matrix randomly. can any one help??
1 comentario
Adam Danz
el 3 de Feb. de 2021
Define "merge".
Respuestas (1)
Sourabh Kondapaka
el 8 de Feb. de 2021
0 votos
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
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!