How to create randi function between 0-500

20 visualizzazioni (ultimi 30 giorni)
Gil Tulian
Gil Tulian il 15 Ott 2021
Commentato: Image Analyst il 15 Ott 2021
Hi,
I have been asked to do a randi function between 0-500 with 50 organs.
I succed to made randi function with 500 max and with 50 organs, but how I should do it between 0-500? and not just 1-500?

Risposte (1)

Scott MacKenzie
Scott MacKenzie il 15 Ott 2021
Modificato: Scott MacKenzie il 15 Ott 2021
Just use the imin-imax version of randi. For example
n = randi([0, 500], 50, 1);
generates a column vector of random integers in the range 0 to 500.
  3 Commenti
Scott MacKenzie
Scott MacKenzie il 15 Ott 2021
You're welcome. Glad to help.
Image Analyst
Image Analyst il 15 Ott 2021
@Gil Tulian, please click the "Accept this answer" link to award Scott the Reputation Points he deserves for helping you. Thanks in advance. 🙂

Accedi per commentare.

Tag

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by