필터 지우기
필터 지우기

Please, anyone who can help me to fix my code, I get error when I run my program about the varargin

조회 수: 2 (최근 30일)
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
Image Analyst
Image Analyst 2018년 9월 8일
Ok, but now you forgot to attach the buttonoff() function. Please attach that too.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2018년 9월 8일
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
Oman Wisni
Oman Wisni 2018년 9월 9일
I mean, I want develpt MATLAB on WEB, but I not yet know how. Do I only package the algoritm of MATLAB like database then I embed it or how ? Because I want make web-based information system, but for image processing I using MATLAB
Image Analyst
Image Analyst 2018년 9월 10일
I have not used web-based MATLAB or programs that run on the web. Call the Mathworks and ask them.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by