How to generate random points in a particular angle ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to generate random points in a particular angle, i.e., in a conic shape.
1 Kommentar
Antworten (1)
Torsten
am 7 Jun. 2017
Generate a random point in a box that contains your conic. Accept the random point if it falls into the conic, otherwise reject it.
Best wishes
Torsten.
2 Kommentare
Torsten
am 8 Jun. 2017
The answer by "Loginatorist" shows the principle for uniformly distributed points in a circle of radius r:
https://de.mathworks.com/matlabcentral/answers/294-generate-random-points-inside-a-circle
Best wishes
Torsten.
Siehe auch
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!