SIMEXP / niak

GNU Octave library for connectivity analysis in large fMRI datasets
http://niak.simexp-lab.org
Other
27 stars 21 forks source link

niak_gb_vars global variable error #371

Closed angela-tam closed 5 years ago

angela-tam commented 6 years ago

Not sure this is relevant because I thought we were going to stop supporting matlab, but since it's mentioned in the function after all....

Line 40 does not work in matlab and generates the following error: global GB_NIAK = struct() ↑ Error: The expression to the left of the equals sign is not a valid target for an assignment.

A fix that seems to work would be global GB_NIAK GB_NIAK = struct();

pbellec commented 5 years ago

no Matlab support.