matrix row/column augmentation

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

Asked:

on 2 Aug 2016

Answered:

on 2 Aug 2016

Community Treasure Hunt

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

Start Hunting!