Compute the top border of an integral

조회 수: 3 (최근 30일)
Simon
Simon 2015년 9월 22일
답변: Steven Lord 2015년 9월 22일
Hello,
my function looks like:
Now I like to compute T, I know everything else except the function f(x). (Sadly, f(x) is a "closed" function. It's just possible to give an input and get an output, but not more. I don't know how f(x) looks like.)
My approach was: >> fun = @(x)f(x); >> solve(integral(fun,A,T)+integral(fun,B,T)==C,T);
But it didn't work this way. Thanks for better ideas!

채택된 답변

Steven Lord
Steven Lord 2015년 9월 22일
The INTEGRAL and FZERO functions will be of use to you.

추가 답변 (0개)

카테고리

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