フィルターのクリア

Compute the top border of an integral

1 回表示 (過去 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 Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by