Problem with symbolic definite integral
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Good afternoon,
I am trying to do a integration of a symbolic expresion:
syms s
p = (1/((2*pi)^(1/2)))*exp(-((s^2)/2));
% Parabolic cylinder function
f = @(D,m,ps)int(((s-D)^m)*ps,s,D,10);
f(2,3/2,p)
... But I obtain the following message:
Warning: Explicit integral could not be
found.
Any idea?
Thanks
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!