Compute the top border of an integral
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Simon
le 22 Sep 2015
Réponse apportée : Steven Lord
le 22 Sep 2015
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!
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!