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

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

답변 (1개)

jinjin lee
jinjin lee 2024년 9월 4일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 使用 App 设计工具开发 App에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

질문:

2024년 9월 3일

답변:

2024년 9월 4일

Community Treasure Hunt

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

Start Hunting!