You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise Matlab throws this error message:
"Identifier 'h' is not a function or a shared variable. To share 'h' with nested function, initialize it in the current scope."
The text was updated successfully, but these errors were encountered:
I think this line:
CaImAn-MATLAB/deconvolution/oasis/foopsi_oasisAR1.m
Line 133 in 49b7884
should read:
tmp_hh = cumsum(tmp_h.*tmp_h);
Otherwise Matlab throws this error message:
"Identifier 'h' is not a function or a shared variable. To share 'h' with nested function, initialize it in the current scope."
The text was updated successfully, but these errors were encountered: