matrix row/column augmentation

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by