gllmflndn / gifti

MATLAB/Octave GIfTI Library
https://www.gllmflndn.com/software/matlab/gifti/
MIT License
25 stars 12 forks source link

test_gifti.m fails #17

Open XuanweiLi opened 3 months ago

XuanweiLi commented 3 months ago

Hi, I just began to try the code out and test_gifti.m gave this error:

Error using read_gifti_file [GIFTI] Loading of XML file

failed. Error in gifti (line 71) this = read_gifti_file(varargin{1},giftistruct); Error in test_gifti (line 14) g = gifti(file); Plz help out. Thank you