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
I´m working on run_pipeline with many data and recently I have a trouble in line 127
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data.Y,K,patches,tau,0,options);
I try the solutions in #105 and #91 but I have the following error message
Matrix dimensions must agree.
Error in CNMF/eventExceptionality (line 313)
compute_residuals(obj);
Error in CNMF/fit (line 402)
obj.eventExceptionality();
Error in run_CNMF_patches>process_patch_object (line 386)
CNM.fit(Y,options,K);
Error in run_CNMF_patches (line 105)
parfor i = 1:n_patches
I´m working on run_pipeline with many data and recently I have a trouble in line 127
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data.Y,K,patches,tau,0,options);
I try the solutions in #105 and #91 but I have the following error message
Matrix dimensions must agree.
Error in CNMF/eventExceptionality (line 313)
compute_residuals(obj);
Error in CNMF/fit (line 402)
obj.eventExceptionality();
Error in run_CNMF_patches>process_patch_object (line 386)
CNM.fit(Y,options,K);
Error in run_CNMF_patches (line 105)
parfor i = 1:n_patches
Error in run_pipeline (line 127)
[A,b,C,f,S,P,RESULTS,YrA] = run_CNMF_patches(data, K, patches, tau, 0, options);
I have already analyzed many data, and this the first time I have this Issue. I hope you can help me
The text was updated successfully, but these errors were encountered: