I just input the AAL90.xlsx
I want to choose the check-box.
Matlab program to show the follow:
Error using plot3
Vectors must be the same length.
Error in GUIBrainAtlas/create_figure_brainregionplot (line 812)
h_br(i) = plot3(X,Y,Z, …
Error in GUIBrainAtlas/update_figure_brainview (line 769)
create_figure_brainregionplot(i);
Error in GUIBrainAtlas/create_figure (line 665)
update_figure_brainview()
Error in GUIBrainAtlas/setup (line 1272)
create_figure()
Error in GUIBrainAtlas/cb_import_xls (line 180)
setup()
Error while evaluating Menu Callback
How can I do?
Thanks.