generate log uniform distribution as makedist object
3 views (last 30 days)
Show older comments
How to make a log uniform distribution?
Knowing https://de.mathworks.com/matlabcentral/answers/283168-how-to-choose-values-log-uniformly-in-matlab
My question is more technical: using sdo, I can define a distribution for my input values, via
ps.setDistribution('name', makedist(...))
What do I have to do, if makedist does not create the distribution I want to feed into sdo, e. g. the log uniform distribution?
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!