Merge vector into a matrix
21 ビュー (過去 30 日間)
古いコメントを表示
I have a matrix and a vector, I need to merge the vector into the matrix randomly. can any one help??
回答 (1 件)
Sourabh Kondapaka
2021 年 2 月 8 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!