How to make a NxM matrix with all the same value
2 views (last 30 days)
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.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!