axis off Not working.
axis off
function displayResults(filename,hObject, eventdata, handles) % Open \'filename\' file... for reading... fid = fopen(file
insert the following at the end of each loop:
set(ax, 'Visible','off')
or you can do this once for all axes in the figure:
set(findobj(gcf, 'type','axes'), 'Visible','off')