Merge vector into a matrix
21 visualizaciones (últimos 30 días)
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??
Respuestas (1)
Sourabh Kondapaka
el 8 de Feb. de 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 comentarios
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!