Clear Filters
Clear Filters

Assigning a name to matlab app

9 views (last 30 days)
Roohollah
Roohollah on 9 Nov 2023
Commented: Mann Baidi on 10 Nov 2023
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?

Accepted Answer

Mann Baidi
Mann Baidi on 9 Nov 2023
Edited: Mann Baidi on 9 Nov 2023
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 Comments
Roohollah
Roohollah on 10 Nov 2023
It has no effect. it displays just 'MATLAB App' on top left corner.
Mann Baidi
Mann Baidi on 10 Nov 2023
Please check if you went to "app.UIFigure" specifications, because there are a couple of fileds with "Name".

Sign in to comment.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!