How can I solve a function for x given y?
古いコメントを表示
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Weibull Distribution についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
