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

    %% Find Complete Elliptic Integrals of First and Second Kind
% Find the complete elliptic integrals of the first and second kind for |M
% = 0.5|.

% Copyright 2015 The MathWorks, Inc.

M = 0.5;
[K,E] = ellipke(M)