필터 지우기
필터 지우기

GUI displays "figbrowser"

조회 수: 4 (최근 30일)
Larry McDermott
Larry McDermott 2018년 11월 14일
댓글: Larry McDermott 2018년 11월 14일
I'm guessing this might be an easy one, but I couldn't find it!
When I create GUIs (using Guide) I can get everything to work great, but I typically end up with a line of "FigBrowser" repeated across the top. How to I turn this off?
Thanks for any feedback!
  댓글 수: 2
Guillaume
Guillaume 2018년 11월 14일
Presumably, somewhere in your GUI you have a line of code that sets the figure name and that line of code has a bug. It looks like it adds to the name instead of replacing it.e.g instead of
hfig.Name = "FigBrowser";
you have
hfig.Name = hfig.Name + "FigBrowser";
In any case, if you want us to pinpoint the problem, you'd have to supply your GUI code (and the corresponding figure).
Larry McDermott
Larry McDermott 2018년 11월 14일
OK, thanks, I'll search for it! Appreciate the quick response!

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by