syms x;
expr = 150/(0.06009*x^2+9.607);
F = int(expr)
%call fplot for the expression F, for x values in the range [-20 25]
fplot(F, [-20 25])
Adjust the x range according to need/requirement.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!