Filter löschen
Filter löschen

Assigning a name to matlab app

9 Ansichten (letzte 30 Tage)
Roohollah
Roohollah am 9 Nov. 2023
Kommentiert: Mann Baidi am 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?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by