1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
To get started, select MATLAB Help or Demos from the Help menu.
An image's "CData" property does not have a fixed set of property values.
An image's "CData" property does not have a fixed set of property values.
An image's "CData" property does not have a fixed set of property values.
ind3 =
1
??? Function IM2BW expected its first input, I, X or RGB,
to be one of these types:
single, uint8, uint16, int16, logical, double
Instead its type was char.
Error in ==> im2bw>parse_inputs at 80
iptcheckinput(varargin{1},...
Error in ==> im2bw at 37
[A,map,level] = parse_inputs(varargin{:});
Error in ==> final>pushbutton2_Callback at 134
Y3=im2bw(fo);
Error in ==> gui_mainfcn at 75
feval(varargin{:});
Error in ==> final at 44
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback.
ind3 =
1
??? Function IM2BW expected its first input, I, X or RGB,
to be one of these types:
single, uint8, uint16, int16, logical, double
Instead its type was char.
Error in ==> im2bw>parse_inputs at 80
iptcheckinput(varargin{1},...
Error in ==> im2bw at 37
[A,map,level] = parse_inputs(varargin{:});
Error in ==> final>pushbutton2_Callback at 134
Y3=im2bw(fo);
Error in ==> gui_mainfcn at 75
feval(varargin{:});
Error in ==> final at 44
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback. |
Partager