yhp26 发表于 2006-5-25 13:42

[求助]急待帮忙!matlab的GUI设计的界面怎么加上背景图片?

<FONT size=2><FONT color=#c60a00>matlab</FONT>的GUI设计的<FONT color=#c60a00>界面</FONT>怎么加上<FONT color=#c60a00>背景</FONT>图片?<br>谢谢</FONT>
[此贴子已经被cdwxg于2006-6-3 11:55:07编辑过]

sundance 发表于 2006-6-3 10:18

同问!

同问!

bainhome 发表于 2006-6-4 20:34

CDATA属性

yansijie 发表于 2006-6-19 10:29

<P>matlab中gui界面如何嵌入漂亮的背景 </P>
<P>close all <BR>figure; <BR>A=imread('saturn.jpg');%这里是图片的名称<BR>axes('position',[-0.3,0,1.6,1]); <BR>imshow(A); <BR>t=0:.1:10; <BR>uicontrol(gcf,'style','push',... <BR>   'unit','normalized','position',,... <BR>   'BackgroundColor',,'ForegroundColor','r',... <BR>   'string','draw sine','fontsize',14,'callback',... <BR>   ['axes(''position'',);plot(t,sin(t));',... <BR>       'set(gca,''xcolor'',''r'',''ycolor'',''r'');',... <BR>       'set(gca,''color'',''none'');']); <BR>% set(gca,'color','none') % 不覆盖背景 <BR><BR>自己好好看看这啊!!!</P>

xtmm00 发表于 2006-6-19 11:35

回复:(yansijie)matlab中gui界面如何嵌入漂亮的背景...

<P>强!<BR><BR>顶了!</P>
页: [1]
查看完整版本: [求助]急待帮忙!matlab的GUI设计的界面怎么加上背景图片?