How to manipulate MATRIX size
古いコメントを表示
I have a 31 x 90 matrix, I want to add a zeros element all through to make it a 31 x 104. How can I achieve this?
回答 (1 件)
madhan ravi
2020 年 5 月 17 日
[Matrix,zeros(31,104-90)]
カテゴリ
ヘルプ センター および 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!