Warning:Explicit integral could not be found...Plz Help.

1 view (last 30 days)
I want to integrate a function using matlab R2011a function 'int'. My program is as : syms x; f = (1/x.^2)*exp(-(x-2.6).^2/32) F = int(f,x) But every time after running the program,it shows Warning: Explicit integral could not be found. Though the program is running well with f = (1/x.^2)*exp(-x.^2/32).

Answers (0)

Categories

Find more on Function Creation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!