matrix row/column augmentation

1 view (last 30 days)
sermet
sermet on 2 Aug 2016
Answered: Firat Uray on 2 Aug 2016
a=100; How can I create a matrix whose columns and rows contain of 20 times 100?

Accepted Answer

Firat Uray
Firat Uray on 2 Aug 2016
You can use F=a*(ones(20,20)).

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!