error while plotting fixation/heatmap.

조회 수: 9 (최근 30일)
priyanshu ashiya
priyanshu ashiya 2021년 6월 30일
댓글: priyanshu ashiya 2021년 7월 4일
i need to plot fixationmap/heatmap and need to find AOI/ROI from eye gaze data for a project . I was implementing gazealyse toolbox with the sample data provided with downloaded file to get an idea of the software .i am currently running it on MATLAb 2013a as i was getting 'bufsize' 'textscan' error with the latest version.
i am getting several errors of the nature
reference to non-existent field ' '
when i try ro run different funtions.
for example
Reference to non-existent field 'white'.
Error in GA_gui_plot>GA_gui_plot_OpeningFcn (line 74)
set(handles.cb_white,'Value',plot.white);
Error in gui_mainfcn (line 221)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in GA_gui_plot (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in GA_gui_main>Menu7_1_Plot_Callback (line 1009)
GA_gui_plot(handles.GA_mainWin);
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in GA_gui_main (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)GA_gui_main('Menu7_1_Plot_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uimenu Callback
this happenes when i try to select plot setting.
another error i get is
Error using textscan
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in GA_heatmap>generate_heatmaps (line 196)
series = textscan(fid, '%s', 'delimiter' ,'\n');
Error in GA_heatmap (line 84)
generate_heatmaps(heat,eye);
Error in GA_controler (line 605)
GA_heatmap();
Error in GA_gui_main>Menu11_4_HM_run_Callback (line 1161)
GA_controler('heatmaps',handles.data.eye)
Error in gui_mainfcn (line 96)
feval(varargin{:});
Error in GA_gui_main (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)GA_gui_main('Menu11_4_HM_run_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating uimenu Callback
when i try to run generate heatmap option
If anybody has implemented gazealyse before or knows what is the problem please do help.
thank you for your help
  댓글 수: 3
priyanshu ashiya
priyanshu ashiya 2021년 7월 1일
i have uploaded the gazealyse folder on this link .
priyanshu ashiya
priyanshu ashiya 2021년 7월 4일
i have solved the 'non existent field' error .but i m still getting 'textscan' 'fopen' errors i have also tried running matlab as an admin ,didn't help.
these are the various files i m getting the same error from.
any insight is helpful
thank you

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by