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

    %% Plot Complementary Complete Elliptic Integral of Second Kind
% Plot the complementary complete elliptic integral of the second kind.
syms m
fplot(ellipticCE(m))
title('Complementary complete elliptic integral of the second kind')
ylabel('ellipticCE(m)')
grid on