Random number generator with max and min values included in the matrix

13 visualizzazioni (ultimi 30 giorni)
I would like to know how to add minimum and maximum values to a matrix of random generated numbers but I am unable to find anything abou that.
This is the code I am using
xmin=mel2; %mel2 is 401.97
xmax=mel; % mel is 4.6871e+03
n=25; % number of random generated values in the matrix
x=sort(xmin+rand(1,n)'*(xmax-xmin));

Risposte (1)

Matt J
Matt J il 22 Nov 2020
I believe your code already works as written. Problem solved?
  1 Commento
Khalid Sherif
Khalid Sherif il 22 Nov 2020
Well, it is correct but what I want is generate random numbers as well as to include the minimum and maximum values to the matrix, like linspace for example.
Anyway I used linspace and I am ok with it.

Accedi per commentare.

Categorie

Scopri di più su Random Number Generation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by