![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1765844/image.png)
matlab App designer 做UI怎样修改左上角的logo
9 views (last 30 days)
Show older comments
摘抄了一点代码
..........
function startupFcn(app)
app.UIFigure.Icon = '000.png';%
end
.........
提示的错误为:类 'matlab.ui.Figure' 的属性 'Icon' 无法识别。
0 Comments
Answers (1)
See Also
Categories
Find more on MATLAB Web App Server 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!