Closed dominikbach closed 8 months ago
The call [post, out] = VBA_NLStateSpaceModel(model.meanSCR(:)',u,f_fname,g_fname,dim,invopt); in pspm_dcm_inv returns empty variables; the subsequent extraction fails.
[post, out] = VBA_NLStateSpaceModel(model.meanSCR(:)',u,f_fname,g_fname,dim,invopt);
pspm_dcm_inv
Test data: sub 3 from https://zenodo.org/records/5573788
There should be no valid subsessions in this case. If there no valid subsessions, pspm_dcm_inv should not be called in the first place.
Summary
The call
[post, out] = VBA_NLStateSpaceModel(model.meanSCR(:)',u,f_fname,g_fname,dim,invopt);
inpspm_dcm_inv
returns empty variables; the subsequent extraction fails.Test data: sub 3 from https://zenodo.org/records/5573788
Solution
There should be no valid subsessions in this case. If there no valid subsessions,
pspm_dcm_inv
should not be called in the first place.