| ²é¿´: 1074 | »Ø¸´: 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¸ÃÔõôŪ£¬²»»áд°¡£¬Çó½Ì£¡ |
» ²ÂÄãϲ»¶
¹ú×ÔÈ»ÆÀÉóÒâ¼û
ÒѾÓÐ10È˻ظ´
¹ú×ÔÈ»ÃæÉϸ´ÅÌ~»¶ÓÌÖÂÛ
ÒѾÓÐ14È˻ظ´
ϵͳ²é²»µ½
ÒѾÓÐ11È˻ظ´
ÓжàÉÙÈËÊǽñÌì²éϵͳ֪µÀ½á¹ûµÄ£¿
ÒѾÓÐ18È˻ظ´
Ϊʲô×ÊÖúÊý¸÷´ó¸ßУ¶¼´´Ð¸ߣ¬×Ô¼ºÉêÇëÔõô¾ÍÕâôÄÑ
ÒѾÓÐ12È˻ظ´
ÓÐûÓÐÈÔûÊÕµ½ÐÅÏ¢µÄ
ÒѾÓÐ3È˻ظ´
µ¼Ê¦Í²ۣºÎÒÔõô̯ÉÏÁËÕâô¸ö¼«Æ·Ñо¿Éú£¡
ÒѾÓÐ8È˻ظ´
»ù½ð²»ÖУ¬¹²Ãã
ÒѾÓÐ11È˻ظ´
Â鷳ר¼ÒÃÇ¿´¿´ÆÀίÃǵÄÒâ¼û£¨F¿ÚÃæÉÏ£©
ÒѾÓÐ9È˻ظ´
2026ÄêÒ¶ÆóËï»ù½ð
ÒѾÓÐ6È˻ظ´
¾øÍûµÄÎÏÅ£
½ð³æ (СÓÐÃûÆø)
- Ó¦Öú: 2 (Ó×¶ùÔ°)
- ½ð±Ò: 855.5
- É¢½ð: 20
- ºì»¨: 2
- Ìû×Ó: 180
- ÔÚÏß: 61.5Сʱ
- ³æºÅ: 2328949
- ×¢²á: 2013-03-08
- רҵ: ´úÊýѧ
2Â¥2015-09-17 12:45:23









»Ø¸´´ËÂ¥
ͶƱ:
30