Filter löschen
Filter löschen

random number generator to two different variables

5 Ansichten (letzte 30 Tage)
cgo
cgo am 25 Nov. 2014
Beantwortet: Peter Perkins am 25 Nov. 2014
I want to initialize two different random numbers to be assigned to different variables. If I put in:
x_1 = rand x_2 = rand
they will get exactly the same number. How do I assign two different random numbers?
Thanksr

Akzeptierte Antwort

Shane
Shane am 25 Nov. 2014
They get different random numbers for me. Which version of Matlab are you using?
  4 Kommentare
cgo
cgo am 25 Nov. 2014
alright. let me look into it.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Peter Perkins
Peter Perkins am 25 Nov. 2014
cgo, it may be that you have created a variable called "rand" in your workspace that is shadowing the rand function. The rand function does not return the same value two times in a row within the same MATLAB session.

Kategorien

Mehr zu Creating and Concatenating Matrices 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