LIMO-EEG-Toolbox / limo_tools

Hierarchical Linear Modelling for MEEG data
https://limo-eeg-toolbox.github.io/limo_meeg/
Other
58 stars 27 forks source link

Possible typo error in limo_display_results? #96

Closed vatthaphon closed 2 years ago

vatthaphon commented 2 years ago

Hi All,

I have LIMO 3.2. At line 1502 of limo_display_results.m, it states "elseif contains(['Modelled','Modeled'],extra,'Ignorecase',true)". Should not it be "elseif contains(extra,['Modelled','Modeled'],'Ignorecase',true)" instead?

Best, vattha

CPernet commented 2 years ago

hey thx for that, indeed that's the way using a cell array contains(extra,{'Modelled','Modeled'},'Ignorecase',true) -- just pushed the fix on master