help > BrainNet Viewer from cmd
Showing 1-2 of 2 posts
Display:
Results per page:
Jun 5, 2020  11:06 AM | makis
BrainNet Viewer from cmd
Hi all,

I use the following command to bypass the GUI and plot some nii files.:

BrainNet_MapCfg('/Users/loukas/Documents/BrainNetViewer/Data/SurfTemplate/BrainMesh_ICBM152_smoothed.nv', ...
'/Users/loukas/Desktop/my_nii.nii');

I use that in a loop. Is there any way to save also the produced figure for each iteration/file?
Jun 5, 2020  11:06 AM | makis
RE: BrainNet Viewer from cmd
I have tried:

BrainNet_MapCfg('BrainMesh_ICBM152_smoothed.nv', 'my.nii', 'saved.png');

but no luck