We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5134a10 commit 691d218Copy full SHA for 691d218
decode_pattern.m
@@ -59,7 +59,7 @@
59
60
% Calculate filter
61
if strcmp(cfg0.covariance, 'testData')
62
- S = cov(Y');
+ S = nancov(Y');
63
64
% Regularize
65
if isfield(cfg0, 'gamma')
0 commit comments