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

    %% Plot Complete Elliptic Integral of First Kind
% Plot the complete elliptic integral of the first kind.
syms m
fplot(ellipticK(m))
title('Complete elliptic integral of the first kind')
ylabel('ellipticK(m)')
grid on