Maintaining a number generated through randomization

8 次查看(过去 30 天)
Greetings, I would like to ask if there is a way to code so that a random number of two different variables generated would stay constant at a given point
Let's say if a = rand(1,5) and b = rand(1,5) for the variable P01 = [124638.717 126432.080 128225.442 130018.805 131812.168], is there a way to code so that
At P01 = 124638.717 would have a value something like a = 0.123 and b = 0.211 but through randomized and these values are maintain everytime when the codes runs ?
Additionally, I would like the same thing to occur on the rest of the values of P01, the values of a and b generated would be constant everytime when the code runs

回答(1 个)

Torsten
Torsten 2022-5-19
Try
rng('default')
as the first line of your code.

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by