plgndr.m
来自「eeglab工具箱的插件」· M 代码 · 共 21 行
M
21 行
function [y] = plgndr(n,k,x)
% PLGNDR associated Legendre function
%
% y = plgndr(n,k,x) computes the values of the associated Legendre functions
% of degree N and order K
%
% implemented as MEX file
% the actual implementation is based on "Numerical Recipes in C", version 2.0
% Copyright (C) 2002, Robert Oostenveld
%
% $Log: plgndr.m,v $% Revision 1.2 2003/03/11 14:45:37 roberto% updated help and copyrights%
error(sprintf('could not locate MEX file for %s', mfilename))
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?