Is it possible to control the appearance of the title bar and the title bar icon of figure windows in MATLAB?
Show older comments
I would like to remove or change the MATLAB logo from the top of figure window menus.
Accepted Answer
More Answers (1)
Cris LaPierre
on 29 Oct 2020
Edited: Cris LaPierre
on 29 Nov 2020
5 votes
Starting with R2020b, you can now specify custom icons for UI figure windows and toolbar push and toggle tools (in App Designer). See the release notes here.
1 Comment
Cris LaPierre
on 29 Nov 2020
From within App Designer, select your canvas (app.UIFigure in my screenshot) in the Component Browser. Then scroll to the bottom of the corresponding properties in the Inspector and expand Identifiers. From their, change the name to whatever you prefer.

Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!