gui_mainfcn, why im getting gui_mainfcn error

1 回表示 (過去 30 日間)
Savi Gaur
Savi Gaur 2019 年 3 月 7 日
コメント済み: Adam 2019 年 3 月 7 日
other execution error also im getting..
Error using writejpg>set_jpeg_props (line 183)
UINT16 image data requires bitdepth specifically set to either 12 or 16.
Error in writejpg (line 49)
props = set_jpeg_props(data,varargin{:});
Error in gui_mainfcn (line 95)
feval(varargin{:});
  1 件のコメント
Adam
Adam 2019 年 3 月 7 日
The debugger is useful for things like this, especially the stop on errors/stop on warnings options.
gui_mainfcn
is something of a red-herring as a guide to your error as it is just the entry point for a GUIDE GUI so any problems with creation of the GUI (including code in the OpeningFcn) will land you with an error there as far as I remember.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 3 月 7 日
  1 件のコメント
Savi Gaur
Savi Gaur 2019 年 3 月 7 日
Thanx Walter... I'll Check the link

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by