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
Thanks for sharing the code and datasets! However, I met problems when I tested the code on MIMIC_II dataset and BIDIC dataset:
When I ran the RRest v3.0 using MIMIC_II, when it goes to the step "Fusing RRs", I got an error message "Index exceeds matrix dimensions". The error is in SPA.m (line 111), SPA.m (line 60), fuse_rr.m (line 58), and RRest.m (line 63).
When I ran the RRest v3.0 using BIDIC, when it goes to the step "Creating Universal Parameters", I got an error message "Fieldname 'group' does not exist." The error is in setup_universal_params.m (line 225), when calling the function "extractfield".
I have no idea how these errors caused. Could you please help me solve the problems? Thanks!
The following are the screenshots of the errors:
The text was updated successfully, but these errors were encountered:
Had the same issue
bidmc needs to be added the group field as it doesn't have when you download it (it can be all the same), if you need no groups analysis just assign the same group name to all samples, eg code:
F = repelem([{'aa'}], [53])
[data.group] = F{:}
then you can save and overwrite it in the file permanently
Thanks for sharing the code and datasets! However, I met problems when I tested the code on MIMIC_II dataset and BIDIC dataset:
I have no idea how these errors caused. Could you please help me solve the problems? Thanks!
The following are the screenshots of the errors:
The text was updated successfully, but these errors were encountered: