Creating a 7x8 matrice in range of x and y

2 views (last 30 days)
How can I create a 7x8 matrice in range of 5 and 26?

Accepted Answer

Star Strider
Star Strider on 11 Mar 2018
If you only want integers:
M = randi([5 26], 7, 8);

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!