I have a GUI that works perfect in my system but when some colleagues
try to use it in their PCs we get:
??? Undefined function or method 'image_hashing_GUI' for input
arguments of type 'struct'.
??? Error using ==> image_hashing_GUI('availableMethods_Callback',gcbo,
[],guidata(gcbo))
Undefined function or method 'image_hashing_GUI' for input arguments
of type 'struct'.
??? Error while evaluating uicontrol Callback
Basically there is drop down menu. The moment an element is selected
in the menu we get that message.
The version of MATLAB is 7.4.0.287
Any clues
Thanks in advance
Make sure 'image_hashing_GUI.m' is either in the same directory as
the main GUI form or on the users path.
(type 'path' at the command line to see their path)
Rod