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

    %% Plot Complementary Complete Elliptic Integral of First Kind
% Plot complementary complete elliptic integral of first kind.
syms m
fplot(ellipticCK(m), [0.1, 5])
title('Complementary complete elliptic integral of the first kind')
ylabel('ellipticCK(m)')
grid on
hold off