To generate non-uniform data points
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Aditya Shukla
le 26 Juin 2015
Réponse apportée : Guillaume
le 26 Juin 2015
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.
0 commentaires
Réponse acceptée
Guillaume
le 26 Juin 2015
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).
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!