Creating a 7x8 matrice in range of x and y

1 次查看(过去 30 天)
How can I create a 7x8 matrice in range of 5 and 26?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Elementary Math 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by