Borrar filtros
Borrar filtros

Matlab app designer header icon/favicon problem

4 visualizaciones (últimos 30 días)
Farid
Farid el 6 de Nov. de 2022
Comentada: Farid el 6 de Nov. de 2022
Good day all,
how can I change this undesired header icon?
Thanks in advance

Respuesta aceptada

Kevin Holly
Kevin Holly el 6 de Nov. de 2022
You can change it in App Designer by highlighting the uifigure (this case called app.UIFigure) under the component browser. Then under Identifiers edit the Icon field.
Or you can change it programmatically by setting
app.UIFigure.Icon = filename;

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by