Creating a 7x8 matrice in range of x and y

2 visualizzazioni (ultimi 30 giorni)
How can I create a 7x8 matrice in range of 5 and 26?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by