matlab App designer 做UI怎样修改左上角的logo

摘抄了一点代码
..........
function startupFcn(app)
app.UIFigure.Icon = '000.png';%
end
.........
提示的错误为:类 'matlab.ui.Figure' 的属性 'Icon' 无法识别。

Respuestas (1)

jinjin lee
jinjin lee el 4 de Sept. de 2024

0 votos

这个在交互操作的界面有设置。

Categorías

Más información sobre 使用 App 设计工具开发 App en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 3 de Sept. de 2024

Respondida:

el 4 de Sept. de 2024

Community Treasure Hunt

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

Start Hunting!