help > the edges are not displayed
Showing 1-2 of 2 posts
Display:
Results per page:
Feb 4, 2014  10:02 PM | Julian Pineda
the edges are not displayed
Dear BrainNetViewer team,

I'm trying to use your program. when I do the tutorial of BrainNet Viewer Manual an error appears on the display, nodes are correctly displayed but not shown edges (links)

I use MAC OS 64 bits and Matlab 7.12.0 (R2011a)
and data example files (AAL90):
Load a surface file: BrainMesh_ICBM152.nv
Load a node file: Node_AAL90.node 
Load a edge file: Edge_AAL90_Weighted.edge
Load a volume file: aal.nii

this is the error:

??? Error using ==> rotate
Too many input arguments.

Error in ==> BrainNet>DrawLine at 2100
rotate(Line,axis_rot,angle_X1X2,[0 0 0])
Error in ==> BrainNet>PlotLine1 at 1871
DrawLine(surf,j);
Error in ==> BrainNet>FileView at 2299
PlotLine1(surf);
Error in ==> BrainNet>LoadFile_ClickedCallback at 3242
a=FileView;
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> BrainNet at 53
gui_mainfcn(gui_State, varargin{:});
Error in ==>
@(hObject,eventdata)BrainNet('LoadFile_ClickedCallback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uipushtool ClickedCallback

the same happens when I use my own nodes (Rois) and edges (connectivity matrix), and the volume file (MNI_T1_2mm) fsl templete 

Thank you.

Best regards,
Julian
Feb 5, 2014  03:02 AM | Mingrui Xia
RE: the edges are not displayed
Hi Julian,

Thanks for using our toolkit.

It seems that the function 'rotate' in your machine has been changed. Please check if this function is the original one in Matlab, or if any conflicts with other toolboxes.

Best,
Mingrui