neurolabusc / NiiStat

NiiStat is a set of Matlab scripts for analyzing neuroimaging data from clinical populations
GNU General Public License v2.0
31 stars 16 forks source link

NiiStatGUI does not work with 2023b #15

Open raphaeltakyi opened 8 months ago

raphaeltakyi commented 8 months ago

I get this error when I run NiiStatGUI on MacBook m1 with Matlab2023b

NiiStatGUI Error using uibutton Invalid property or uicontrol parent.

Error in NiiStatGUI/createComponents (line 776) app.SelectExcelFileButton = uibutton(app.MAINTab, 'push');

Error in NiiStatGUI (line 1550) createComponents(app)