contents.m

来自「主元分析法的相关算法」· M 代码 · 共 33 行

M
33
字号
% PRINCIPAL COMPONENTS ANALYSIS TOOLBOX% Last Modified: Dec 2007%% This software is provided "as is" without express % or implied warranty...%%% EOF and SVD %    caleof       - Compute EOFs%    calEeof      - Compute Extended EOFs%    calCeof      - Compute Complex  EOFs%    calsvd       - Compute SVDs%    confexpvar   - Compute statistical confidence of explained variance%% VISUALISATION%    dispEOF      - Display EOFs%    dispEEOF     - Display EEOFs as time sequence map%    dispEEOF_v2  - Display EEOFs as time sequence map with%                   the PC time series%    dispCEOF     - Display CEOFs%    dispSVD      - Display SVDs%    plotm        - Plot a 2D geo field%% Matrix manipulation%    map2mat      - Transform C(TIME,LON,LAT) in D(TIME,PT)%                   under a geographic points selection%    mat2map      - Invert transform done by map2mat%%%================================================================% Author: Guillaume MAZE - LPO/LMD - March 2004%         gmaze@univ-brest.fr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?