Naming a GUI with spaces

1 次查看(过去 30 天)
Subhiksha
Subhiksha 2013-10-4
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