Hi, is there a way to resolve the error:
"??? Error using ==> con2vert at 161
Non-bounding constraints detected. (Consider box constraints on variables.)" ?
I couldn't get this to work! The GUI loads but it gives a file does not exist error whenever I try to load images (details below). I am using version 2008a.
??? Error while evaluating uicontrol Callback
??? Error using ==> imread at 315
File "image_filename.jpg" does not exist.
Error in ==> ImageDisplay>UpdateAxes at 107
IM = imread(FileName{i});
Error in ==> ImageDisplay>LoadPics_Callback at 95
UpdateAxes;
Error in ==> gui_mainfcn at 96
feval(varargin{:});
Error in ==> ImageDisplay at 42
gui_mainfcn(gui_State, varargin{:});
Error in ==> guidemfile>@(hObject,eventdata)ImageDisplay('LoadPics_Callback',hObject,eventdata,guidata(hObject))