Error when using integral function on exponential integration
Ältere Kommentare anzeigen
function = @(x) (exp(x)/x);
y = integral(function,3.5,4.5);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!