integral2 with parameters
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

1 Kommentar
Antworten (1)
Charles Barthelmebs
am 20 Mai 2022
If you search the analytical solution you can try this:
syms r;
f = r/(R^2-r^2)
int(f,x,0,R)
but for numerical, you can use
integral(function,Xmin,Xmax)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!