?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -