Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems when tested on MIMIC_II and BIDIC #9

Open
Jiqing1107 opened this issue Jun 21, 2018 · 1 comment
Open

Problems when tested on MIMIC_II and BIDIC #9

Jiqing1107 opened this issue Jun 21, 2018 · 1 comment

Comments

@Jiqing1107
Copy link

Thanks for sharing the code and datasets! However, I met problems when I tested the code on MIMIC_II dataset and BIDIC dataset:

  1. 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).
  2. 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:
    error_mimicii
    error_bidmc
@chepo92
Copy link

chepo92 commented Jun 3, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants