- 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
17 ビュー (過去 30 日間)
古いコメントを表示
回答 (1 件)
Animesh
2025 年 5 月 15 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop uifigure-Based Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!