Creating a 7x8 matrice in range of x and y

2 vues (au cours des 30 derniers jours)
Sukru Yavuz
Sukru Yavuz le 11 Mar 2018
How can I create a 7x8 matrice in range of 5 and 26?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by