필터 지우기
필터 지우기

Naming a GUI with spaces

조회 수: 1 (최근 30일)
Subhiksha
Subhiksha 2013년 10월 4일
댓글: Walter Roberson 2015년 6월 22일
Hello,
Is it possible to name a GUI with a name other than that of m-file's name. GUI's name should contain spaces, like the tool BrainNet Viewer has.
Thank you.
  댓글 수: 2
Walter Roberson
Walter Roberson 2013년 10월 4일
Where do you anticipate the GUI's name showing up?
Are you using GUIDE ?
Jan
Jan 2013년 10월 4일
YOu cannot expect, that the contributors in this forum are familiar with the details of "BrainNet Viewer". So please explain exactly, what you want.

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

채택된 답변

Jan
Jan 2013년 10월 4일
Do you mean the name, which appears in the figure's border? This can be changes easily:
set(FigureHandle, ...
'NumberTitle','off', ...
'Name', 'Name with spaces');
  댓글 수: 3
Moiz
Moiz 2015년 6월 22일
Where would you add this in the GUI mfile ? Is it inside the Opening Fcn of before that ?
Walter Roberson
Walter Roberson 2015년 6월 22일
inside the Opening function would be good. Certainly not before that, as before that the figure does not exist to change the properties of.

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by