Randomly generated coordinates within arbitrary region

Is there any particularly convenient way to generate (randomly) coordinates within some arbitrary bounded region in the plane? Perhaps via the vertices of the boundary. Or is it better to first define the region numerically and then randomly select values from the grid?

 Accepted Answer

Generate the boundary and then create random numbers. You can google or search in mathworks you will get many useful discussions.

More Answers (0)

Categories

Find more on Random Number Generation in Help Center and File Exchange

Asked:

on 14 Feb 2018

Answered:

on 14 Feb 2018

Community Treasure Hunt

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

Start Hunting!