Assigning a name to matlab app

9 次查看(过去 30 天)
Hi there,
I have designed an app using matlab app desginer. On the top left corner when I run the app, it always displays the 'MATLAB App'.
Is it possible to replace 'MATLAB App' with a prespecified name?

采纳的回答

Mann Baidi
Mann Baidi 2023-11-9
编辑:Mann Baidi 2023-11-9
Hi,
I understand you would like to change the title of the app in MATLAB App Design.
You can do this by two ways:
  1. You can change the name property of the "app.UIFigure" as shown in the image below
2. You can also change the name of the title programatically using the following code;
app.UIFigure.Name = 'Custom name';
Hope this will help!
  5 个评论
Roohollah
Roohollah 2023-11-10
It has no effect. it displays just 'MATLAB App' on top left corner.
Mann Baidi
Mann Baidi 2023-11-10
Please check if you went to "app.UIFigure" specifications, because there are a couple of fileds with "Name".

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by