?? entertf.m
字號:
%傳遞函數(shù)輸入模塊
loop=0;
getmodel2=figure('color',[1,1,1],'position',[0.2*winw,0.35*winh,0.6*winw,0.3*winh],...
'name','單位負(fù)反饋系統(tǒng)開環(huán)傳遞函數(shù)輸入窗','numbertitle','off','menubar','none',...
'resize','off','clipping','off');
color=[0.8;0.8;0.8];
uicontrol('style','frame','position',[0,0,1,1],...
'units','normalized','backgroundcolor',color);
pos=[0.05,0.7,0.25,0.1];
showtext(pos,color,'分子多項式NUM:');
editnum=uicontrol(getmodel2,'style','edit','pos',[0.3,0.71,0.63,0.1],...
'string','[ ]','back',[1,1,1],'units','normalized');
pos(2)=0.5;
showtext(pos,color,'分母多項式DEN:');
editden=uicontrol(getmodel2,'style','edit','pos',[0.3,0.51,0.63,0.1],...
'string','[ ]','back',[1,1,1],'units','normalized');
uicontrol(getmodel2,'style','push','string','Ok',...
'position',[0.23,0.2,0.23,0.16],'units','normalized',...
'callback','test=0;real2;close(getmodel2);set(mmodel,''enable'',''on'');set(manalysis,''enable'',''on'');set(msave,''enable'',''on'');set(mdesign,''enable'',''on'');');
uicontrol(getmodel2,'style','push','string','Cancel',...
'position',[0.55,0.2,0.23,0.16],'units','normalized',...
'callback','close(getmodel2)');
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -