I want to generate n number of points using a uniform distribution for a specific variance (v) and mean (m).
I'm currently using MATLAB to achieve this task. This can be done for a normal distribution using y = v.*randn(n,1) + m;
Is there any straightforward method to do this in MATLAB?
Aucun commentaire:
Enregistrer un commentaire