matrix row/column augmentation

6 ビュー (過去 30 日間)
sermet
sermet 2016 年 8 月 2 日
回答済み: Firat Uray 2016 年 8 月 2 日
a=100; How can I create a matrix whose columns and rows contain of 20 times 100?

採用された回答

Firat Uray
Firat Uray 2016 年 8 月 2 日
You can use F=a*(ones(20,20)).

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultidimensional Arrays についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by