I am getting an error when using "project probe to cortex" to see the MNI coordinates for a probe. The menu box does not pop up. Details below. I have done this successfully with previous versions of AtlasViewer.
Any suggestions?
PC
MATLAB2020a
AtlasViewer 2.42.0
Probe located here: https://drive.google.com/file/d/1-nJSY8rXcSufx-dVx2v-Liboo3g7AtK8/view?usp=share_link
Error message:
Error using /
Arguments must be numeric, char, or logical.
Error in MenuBox (line 84)
nLines = ceil(length(msg) / Wtext)*1.5;
Error in AtlasViewerGUI>menuItemProjectProbeToCortex_Callback (line 1865)
option = MenuBox('Select projection type', 'Curr Subject Optodes','Curr Subject Channels', ...
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in AtlasViewerGUI (line 19)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)AtlasViewerGUI('menuItemProjectProbeToCortex_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback.