How can I solve a function for x given y?
Show older comments
I am trying to solve the following Weibull function for x given y.
f=fit(edges, binMean, 'Weibull', 'StartPoint', [0.01, 2]);
Obviously it's easy to solve for y given x.
y=f(0.77)
But how can I do the reverse? I want to know x when y is 0.77.
Accepted Answer
More Answers (0)
Categories
Find more on Weibull Distribution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!