I get the following error message whenever I use the inputdlg command (i.e.
answer=inputdlg(prompt) ):
??? Error using ==> isvarname
Attempt to execute SCRIPT namelengthmax as a function.
Error in ==> guihandles>createHandles at 96
if ~isempty(tag) & isvarname(tag) % can it be used as a...
after using imread to get a gif file, how do I tell matlab where on the screen to display it (rather than the default center). I am actually trying to show two different gif files side by side at the same time.
Sorry if this is trivial but I/m a relative novice and can't find a simple...