insert a Background without guide
显示 更早的评论
Hi,
i need to put a background to my main window i tried this code but it doesn't work
f=figure('Position',get(0,'screensize'));
as=axes('Parent',f,'Position',[400 200 200 150]);
imshow ('Logo.PNG','Parent',as);
Thanks.
2 个评论
Adam
2018-6-6
'doesn't work' in what way? Do you mean you want the logo to be the background? And if so what are you defining as background? You explicitly position your axes in a very specific location and size so it won't be a background to the rest of the figure anyway.
Samir Rick
2018-6-6
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Display Image 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!