corrcoef.m
来自「matlab的模式识别toolbox」· M 代码 · 共 12 行
M
12 行
%CORRCOEF Dataset overload%% D = CORRCOEF(A)%% D is a dataset with the correlations between all features in A. The object% labels as well as the feature labels of D are equal to the feature labels% of A.%% D = CORRCOEF(A,B)%% D is a dataset with the correlations between the 1D datasets A and B.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?