📄 l2error.m
字号:
function y = l2error(x)
% l2error - compute the decreasing of the
% L^2 error from orthogonal coefficients.
%
% y = l2error(x);
%
% y[k]^2 = \sum_{i>=k}{ x~[i]^2 }
% where x~ is x sorted in increasing order.
%
% Copyright (c) 2003 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -