feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have the following code: ( I am not sure why the code is not working but I am using a modern version of matlab and the code was written for an older version of matlab), your help will be greatly appreciated!
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
the error that it gives is the following:
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure),
varargin{:});
2 Commenti
Walter Roberson
il 10 Ago 2021
There should have been more to the error message, saying what MATLAB thinks is wrong.
Risposte (1)
Walter Roberson
il 10 Ago 2021
Apparently what you are asking to do is not permitted by Java.
But you might possibly be able to Undecorate the window.
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!