How to fill a matrix with ones
5 ビュー (過去 30 日間)
古いコメントを表示
I have two matrix A=109*26 and B=1600*26.
I want to fill A with ones to reach 1600*26.
0 件のコメント
採用された回答
madhan ravi
2019 年 7 月 23 日
編集済み: madhan ravi
2019 年 7 月 23 日
A =[A; ones(1600-109,26)]; % size(A)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!