Random change of variable in simulink ?

3 views (last 30 days)
M. A.hsh
M. A.hsh on 30 Jun 2021
Commented: Walter Roberson on 2 Jul 2021
I need to create a curve like this in simulink (random change of variable around a certain value). How can i do it?

Answers (1)

Walter Roberson
Walter Roberson on 30 Jun 2021
Uniform Random Number block, with minimum and maximum properties set.
Or Random Number Block https://www.mathworks.com/help/simulink/slref/randomnumber.html which is normal distribution.
  5 Comments
Walter Roberson
Walter Roberson on 2 Jul 2021
https://journals.ametsoc.org/view/journals/apme/23/8/1520-0450_1984_023_1184_tsmtsa_2_0_co_2.xml
Walter Roberson
Walter Roberson on 2 Jul 2021
I saw one place that said Weibell distribution

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!