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

    %% Plot Inverse Complementary Error Function
% Plot the inverse complementary error function on the interval from 0 to
% 2.
syms x
fplot(erfcinv(x),[0,2])
grid on