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

1 Ansicht (letzte 30 Tage)
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));

Antworten (1)

Matt J
Matt J am 22 Nov. 2020
I believe your code already works as written. Problem solved?
  1 Kommentar
Khalid Sherif
Khalid Sherif am 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Random Number Generation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by