📄 legpol.m
字号:
function L=legpol(n,x);%> The function file <legpol.m> calculates the Legendre polynomials. %> Call: legpol(n,x) %> Input: n = non-negative integer, x = row vector.%> Ouput: matrix dim (n+1) x length(x),%> the k-th row is the polynomial of order k-1.%>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -