Please, anyone who can help me to fix my code, I get error when I run my program about the varargin
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Oman Wisni
el 8 de Sept. de 2018
Comentada: Image Analyst
el 10 de Sept. de 2018
Error using feval Undefined function 'text9_CreateFcn' for input arguments of type 'matlab.ui.control.UIControl'.
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in Processing (line 42) gui_mainfcn(gui_State, varargin{:});
Error in @(hObject,eventdata)Processing('text9_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'buttonoff'.
Error in Processing_Processing_OpeningFcn (line 55) buttonoff(a);
Error in gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in Processing (line 42) gui_mainfcn(gui_State, varargin{:});
3 comentarios
Image Analyst
el 8 de Sept. de 2018
Ok, but now you forgot to attach the buttonoff() function. Please attach that too.
Respuesta aceptada
Image Analyst
el 8 de Sept. de 2018
You had a create function for your inputimage text label that was bad so I deleted it. Then in several placed you called processing instead of Processing - MATLAB is case sensitive. The remaining problems are that the code does not include functions main_menu, training, buttonoff, and testing. Fixed files are attached. (Saved in R2018a)
7 comentarios
Image Analyst
el 10 de Sept. de 2018
I have not used web-based MATLAB or programs that run on the web. Call the Mathworks and ask them.
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!