Hi Everyone
I am very new to linux and am trying to look at MRI data in text format – i have saved the files as text and just want to read the info in an array.
I have used the command
fid = fopen(1081AFLSTracts_FA.txt, r); [FA, count] = fscanf(fid, %f, inf);
fclose(fid);
and the error bash: syntax error near unexpected token `(‘
keeps appearing – any ideas why? the command was e-mailed to me, my knowledge really is very basic.
I’d really appreciate any help
thank you so much
Soph
Bookmarks