www.gusucode.com > symbolic 源码程序 matlab案例代码 > symbolic/PlotTheFresnelSineIntegralFunctionExample.m

    %% Plot Fresnel Sine Integral Function
% Plot the Fresnel sine integral function from |x = -5| to |x = 5|.
syms x
fplot(fresnels(x),[-5,5])
grid on