| ²é¿´: 976 | »Ø¸´: 1 | ||
DRAGONZXDгæ (³õÈëÎÄ̳)
|
[ÇóÖú]
MATLAB gui ÏÂÀ²Ëµ¥µÄʵÏÖ
|
|
ÇóÖú£¡ ÏÖÔÚÓÐÈý¸öµ¥Ñ¡°´Å¥£¬Ïë¸Ä³ÉÒ»¸öÏÂÀ²Ëµ¥ÊµÏÖ¡£ µ¥Ñ¡°´Å¥²¿·ÖµÄ³ÌÐò£º Rs1=uicontrol(FigureHandle,'Style','radio','unit','pixels',... 'Position',[TextXP(2),TextYP(2),140,TextHeight],... 'String','situation1', 'Value',InputData.Type(1),'Tag','Type1',... 'CallBack',['set(findobj(''Tag'',''Type1''),''Value'',1);'... 'set(findobj(''Tag'',''Type2''),''Value'',0);'... 'set(findobj(''Tag'',''Type3''),''Value'',0);'],... 'fontsize',12,'BackgroundColor', BackColor{2}); Rs2=uicontrol(FigureHandle,'Style','radio','unit','pixels',... 'Position',[TextXP(2),TextYP(2),140,TextHeight],... 'String','situation2', 'Value',InputData.Type(2),'Tag','Type2',... 'CallBack',['set(findobj(''Tag'',''Type1''),''Value'',1);'... 'set(findobj(''Tag'',''Type2''),''Value'',0);'... 'set(findobj(''Tag'',''Type3''),''Value'',0);'],... 'fontsize',12,'BackgroundColor', BackColor{2}); Rs2=...(ÀàËÆ) ¸Ä³É£º Rs1=uicontrol(FigureHandle,'Style','popup','unit','pixels',... 'Position',[TextXP(2),TextYP(2),100,TextHeight],... 'String','situation2|situation2|situation3',... 'CallBack',@SetTag,'fontsize',11,'BackgroundColor', BackColor{3}); ¶¨ÒåµÄSetTagº¯Êý£º function SetTag(h,event,data) % Called when user activates popup menu val = get(h,'Value'); if val==1 set(findobj('Tag','Type1'),'Value',1); set(findobj('Tag','Type2'),'Value',0); set(findobj('Tag','Type3'),'Value',0); elseif val==2 set(findobj('Tag','Type1'),'Value',0); set(findobj('Tag','Type2'),'Value',1); set(findobj('Tag','Type3'),'Value',0); elseif val==3 set(findobj('Tag','Type1'),'Value',0); set(findobj('Tag','Type2'),'Value',0); set(findobj('Tag','Type3'),'Value',1); end ÏÖÔÚÄÜÏÔʾÏÂÀ²Ëµ¥£¬Ò²¿ÉÒÔÑ¡Ôñ£¬µ«ÊÇValue²¿·Ö¸³Öµ¸øInputData.Type¸ÃÔõôŪ£¬²»»áд°¡£¬Çó½Ì£¡ |
» ²ÂÄãϲ»¶
287·ÖÇóµ÷¼Á ÓÐרÀû¹ú½±Ò»Ö¾Ô¸¹þ¹¤´ó085406
ÒѾÓÐ4È˻ظ´
285Çóµ÷¼Á
ÒѾÓÐ7È˻ظ´
085405Èí¼þ¹¤³Ì301·ÖÇóµ÷¼Á£¬×¨Ë¶¿É¿çרҵ£¬ËÄÁù¼¶Òѹý
ÒѾÓÐ3È˻ظ´
Çóµ÷¼Á
ÒѾÓÐ5È˻ظ´
274Çóµ÷¼ÁÇóµ÷¼Á
ÒѾÓÐ3È˻ظ´
Çóµ÷¼Áµ½²ÄÁÏ
ÒѾÓÐ5È˻ظ´
²ÄÁÏ¿¼ÑÐÇóµ÷¼Á×Ü·Ö280
ÒѾÓÐ5È˻ظ´
Ò»Ö¾Ô¸Ö£ÖÝ´óѧ²ÄÁÏÓ뻯¹¤085600£¬Çóµ÷¼Á
ÒѾÓÐ27È˻ظ´
»¯¹¤Çóµ÷¼Á£¡
ÒѾÓÐ11È˻ظ´
285Çóµ÷¼Á
ÒѾÓÐ4È˻ظ´
¾øÍûµÄÎÏÅ£
½ð³æ (СÓÐÃûÆø)
- Ó¦Öú: 2 (Ó×¶ùÔ°)
- ½ð±Ò: 855.5
- É¢½ð: 20
- ºì»¨: 2
- Ìû×Ó: 180
- ÔÚÏß: 61.5Сʱ
- ³æºÅ: 2328949
- ×¢²á: 2013-03-08
- רҵ: ´úÊýѧ
2Â¥2015-09-17 12:45:23














»Ø¸´´ËÂ¥