Finding integration limit which produces a prescribed value for a definite integral

1 次查看(过去 30 天)
Consider a function, f(x) which is the definite integral of g(s) from s=constant to s=x. I am looking for an efficient way to determine the value of x which produces a specific value, b, for f(x).
That is, determine x such that f(x)=b.
I would like to have x determined with a high degree of precision.

回答(1 个)

Walter Roberson
Walter Roberson 2012-7-19
basically you either do a zero search for f(x)-b, or you minimize (f(x)-b)^2

类别

Help CenterFile Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by