From: Prashant Somani on 7 Jun 2010 08:12 I have suddenly received below mentioned error during program execution. It was working well before few minutes and suddenly started malfunctioning. File was already uploaded is File ID: #27828 Please help ??? Undefined function or method 'iptchecknargin' for input arguments of type 'double'. Error in ==> imuitools\private\imageDisplayParseInputs at 133 iptchecknargin(0,2,num_args,mfilename); Error in ==> imshow at 168 [common_args,specific_args] = ... Error in ==> RGB_Extractor>m_open_Callback at 185 subplot(2,3,1), imshow(im), title('Original'); Error in ==> gui_mainfcn at 95 feval(varargin{:}); Error in ==> RGB_Extractor at 42 gui_mainfcn(gui_State,varargin{:}); ??? Error using ==> RGB_Extractor('m_open_Callback',gcbo,[],guidata(gcbo)) Undefined function or method 'iptchecknargin' for input arguments of type 'double'. ??? Error while evaluating uimenu Callback
From: Walter Roberson on 7 Jun 2010 09:17 Prashant Somani wrote: > I have suddenly received below mentioned error during program execution. > It was working well before few minutes and suddenly started > malfunctioning. File was already uploaded is File ID: #27828 > > Please help > > ??? Undefined function or method 'iptchecknargin' for input arguments of > type 'double'. > > Error in ==> imuitools\private\imageDisplayParseInputs at 133 > iptchecknargin(0,2,num_args,mfilename); I would _speculate_ that you were not able to acquire a license for the image processing toolbox. I am not certain of that, though.
From: Prashant Somani on 7 Jun 2010 14:03 I dont think so.. Walter Roberson <roberson(a)hushmail.com> wrote in message <pj6Pn.13045$Xp4.8328(a)newsfe23.iad>... > Prashant Somani wrote: > > I have suddenly received below mentioned error during program execution. > > It was working well before few minutes and suddenly started > > malfunctioning. File was already uploaded is File ID: #27828 > > > > Please help > > > > ??? Undefined function or method 'iptchecknargin' for input arguments of > > type 'double'. > > > > Error in ==> imuitools\private\imageDisplayParseInputs at 133 > > iptchecknargin(0,2,num_args,mfilename); > > I would _speculate_ that you were not able to acquire a license for the > image processing toolbox. I am not certain of that, though.
From: ImageAnalyst on 7 Jun 2010 16:37 Why don't you split subplot(2,3,1), imshow(im), title('Original'); up into three separate lines so we can see where the problem actually occurs? Each should be OK. Even imshow() will take a double image.
|
Pages: 1 Prev: data display in MATLAB GUI Next: Convert an matlab Program to .exe |