Matlab matrixes and codes

2 views (last 30 days)
Steph surry
Steph surry on 6 Oct 2020
Answered: KSSV on 6 Oct 2020
How to Create a vector with elements of ones in 20x20 matrix.

Accepted Answer

KSSV
KSSV on 6 Oct 2020
Read the basic documentation instead of asking simple questions.
iwant = ones(20) ;

More Answers (0)

Categories

Find more on Get Started with MATLAB 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!