How to make a NxM matrix with all the same value
Show older comments
Hey Guys,
So if I want to make a matrix measureing NxM all containing the same value, what's the most succinct way of doing that. I was thinking something like: ones(5,5)*200 to make a 5x5 matrix of 200s.
Accepted Answer
More Answers (0)
Categories
Find more on 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!