How can I fix this Error using feval Undefined function 'status'
Ältere Kommentare anzeigen
After creating a display in GUI, I'm getting this error:
Error using feval
Undefined function 'status' for input arguments of type 'matlab.ui.Figure'.
Error in gui_mainfcn (line 264)
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);
Error in Untitled(line 42)
gui_mainfcn(gui_State, varargin{:})
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Communications Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!