C Math Library Reference | ![]() ![]() |
C Prototype
mxArray *mlfLegendre(mxArray *n, mxArray *X, mxArray *sch_str);
C Syntax
#include "matlab.h"
mxArray *n, *X; /* Required input argument(s) */
mxArray *P = NULL, *S = NULL; /* Return value */
mlfAssign(&P, mlf
Legendre(n,X,NULL));
mlfAssign(&S, mlfLegendre(n,X,mxCreateString("sch")));
MATLAB Syntax
P=
legendre(n,X) S = legendre(n,X,'sch')
See Also
legendre
Calling Conventions![]() | mlfLcm | mlfLength | ![]() |