Creating a 7x8 matrice in range of x and y

1 回表示 (過去 30 日間)
Sukru Yavuz
Sukru Yavuz 2018 年 3 月 11 日
回答済み: Star Strider 2018 年 3 月 11 日
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 Center および File ExchangeMathematics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by