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

    %% Find the Jacobi Elliptic Functions  
% Find the Jacobi elliptic functions for |U = 0.5| and |M = 0.25|.   

%%  
[s,c,d] = ellipj(0.5,0.25)