필터 지우기
필터 지우기

To generate non-uniform data points

조회 수: 21 (최근 30일)
Aditya Shukla
Aditya Shukla 2015년 6월 26일
답변: Guillaume 2015년 6월 26일
Hi all,
I have a query regarding generation of non uniform data points .
rand(m,n):It generates a mxn matrix of uniformly distributed pseudorandom numbers between{0,1}.
As I require non-uniformally distributed data points (e.g. random C shaped networks), how can i achieve this or which function to be used.

채택된 답변

Guillaume
Guillaume 2015년 6월 26일
If you have the statistics toolbox you can use random to generate random numbers from a distribution that you'd specify (with makedist or fitdist).
Otherwise, you'll have to start with a uniform random distribution or normal random distribution (i.e. rand or randn, respectively) and rescale to your distribution. This is what random does anyway.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by