feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
6 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2021 年 8 月 10 日
There should have been more to the error message, saying what MATLAB thinks is wrong.
回答 (1 件)
Walter Roberson
2021 年 8 月 10 日
Apparently what you are asking to do is not permitted by Java.
But you might possibly be able to Undecorate the window.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!