- Open your app in App Designer.
- Select the UIFigure component in the Component Browser or by clicking on the background of your app UI.
- In the Component Browser under the Design tab, find the 'Title' property.
- Set the Title property to an empty string ('').
In App Designer,How to hide the title ,as shown in the picture
18 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

0 Kommentare
Antworten (1)
Animesh
am 15 Mai 2025
Hi jiangfei
I understand that you wanr to hide the title for the application.
In MATLAB App Designer, you can hide the title of the app window (the title bar) by setting the 'Title' property of the UIFigure to an empty string.
Here's how you can set the 'Title' property to an empty string:
Hope it helps
0 Kommentare
Siehe auch
Kategorien
Mehr zu Develop uifigure-Based Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!