
matlab App designer 做UI怎样修改左上角的logo
47 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
摘抄了一点代码
..........
function startupFcn(app)
app.UIFigure.Icon = '000.png';%
end
.........
提示的错误为:类 'matlab.ui.Figure' 的属性 'Icon' 无法识别。
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su 使用 App 设计工具开发 App in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!