open-discussion > Troubles displaying correlation matrix
Showing 1-2 of 2 posts
Aug 24, 2016 01:08 PM | Isabelle Ripp - Ludwig-Maximilians Universität
Troubles displaying correlation matrix
Hey,
first of all; great toolbox!! After having done the tutorial, I adjusted the anadef.m to my data and all worked fine. I calculated the ß-Series and wanted to compute the correlation matrix (after I computed the connectivity matrix by selecting "Product-moment correlation"), but matlab kept on showing me the same error (see below). I am new to matlab, so it might be something obvious, but nevertheless, I would be very happy, if one could help me fixing the error.
Thanks ahead
Isabelle
Calculated correlation coefficients from beta-series.
Undefined function 'imshow' for input arguments of type 'double'.
Error in InspectCorrMatrix>DisplayMatrix (line 91)
imshow(NWM,'DisplayRange',[],'Parent',handles.axes1);
Error in InspectCorrMatrix>InspectCorrMatrix_OpeningFcn (line 30)
DisplayMatrix(handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in InspectCorrMatrix (line 19)
gui_mainfcn(gui_State, varargin{:});
Error in BASCO>pushbuttoncorrelationmatrix_Callback (line 598)
InspectCorrMatrix(handles.anaobj);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in BASCO (line 20)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)BASCO('pushbuttoncorrelationmatrix_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
first of all; great toolbox!! After having done the tutorial, I adjusted the anadef.m to my data and all worked fine. I calculated the ß-Series and wanted to compute the correlation matrix (after I computed the connectivity matrix by selecting "Product-moment correlation"), but matlab kept on showing me the same error (see below). I am new to matlab, so it might be something obvious, but nevertheless, I would be very happy, if one could help me fixing the error.
Thanks ahead
Isabelle
Calculated correlation coefficients from beta-series.
Undefined function 'imshow' for input arguments of type 'double'.
Error in InspectCorrMatrix>DisplayMatrix (line 91)
imshow(NWM,'DisplayRange',[],'Parent',handles.axes1);
Error in InspectCorrMatrix>InspectCorrMatrix_OpeningFcn (line 30)
DisplayMatrix(handles);
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in InspectCorrMatrix (line 19)
gui_mainfcn(gui_State, varargin{:});
Error in BASCO>pushbuttoncorrelationmatrix_Callback (line 598)
InspectCorrMatrix(handles.anaobj);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in BASCO (line 20)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)BASCO('pushbuttoncorrelationmatrix_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uicontrol Callback
Aug 29, 2016 09:08 AM | Martin Göttlich
RE: Troubles displaying correlation matrix
Dear Isabelle,
you may send me the BASCO output-file so that I' m able to reproduce the problem: martin.goettlich@neuro.uni-luebeck.de.
Best,
Martin
you may send me the BASCO output-file so that I' m able to reproduce the problem: martin.goettlich@neuro.uni-luebeck.de.
Best,
Martin