sccn / amica

Code for AMICA: Adaptive Mixture ICA with shared components
BSD 2-Clause "Simplified" License
24 stars 15 forks source link

Reference to non-existent field 'W'. #23

Open brinda3093 opened 4 years ago

brinda3093 commented 4 years ago

Hi

I am trying to run the following command for AMICA

runamica15(EEG.data, 'num_chans', EEG.nbchan,... 'outdir', AMICA_DIR,'pcakeep', laplaceEst,'num_models', 1, 'num_mix_comps', 5,... 'do_reject', 1, 'numrej', 15, 'rejsig', 3, 'rejint', 1);

And I am getting the following error:

Writing data file: /Users/bsevak/Documents/tmpdata39867.fdt mkdir: /Users/bsevak/Documents/StrokeData/amicaout/: File exists /bin/bash: /Users/bsevak/Documents/MATLAB: is a directory Something went wrong... No gm present, setting num_models to 1 No W present, exiting Reference to non-existent field 'W'. Error in runamica15 (line 892) weights = mods.W(:,:,1);

Could you help me with the same?