creating random number from -pi to pi

1 view (last 30 days)
How to create random numbers from -pi to pi?
  2 Comments
Stephen23
Stephen23 on 20 Jul 2015
Edited: Stephen23 on 20 Jul 2015
What probability distribution do you want the values to have?
Mayank Lakhani
Mayank Lakhani on 20 Jul 2015
I want uniform distribution. thanks for your reply

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 20 Jul 2015
(rand() * 2 - 1) * pi

More Answers (1)

Mayank Lakhani
Mayank Lakhani on 20 Jul 2015
i want like (1,100) matrix. When i tries this shows error

Community Treasure Hunt

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

Start Hunting!