covm.m
来自「一个强大的统计模式识别工具箱」· M 代码 · 共 9 行
M
9 行
%COVM Compute covariance matrix for large datasets% % C = COVM(A)% % Similar to C = COV(A) this routine computes the covariance matrix % for the datavectors stored in the rows of A. No large intermediate % matrices are created. If class(A) is 'dataset' then class(C) is % 'double'.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?