代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/257588/11920064

m ex11_3.m

hf=figure('Color',[0,1,1],'Position',[100,200,400,200],... 'Name','数制转换','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized',... 'Position',[0.05,0.
www.eeworm.com/read/257588/11920213

m ex11_4.m

clf; set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]); set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off'); axes('Position',[0.05,0.15,0.55,0.7]); uicontrol(gcf,'Style','text',
www.eeworm.com/read/154760/11929198

asv test.asv

figNumber=figure( ... 'Name','Phone Pad', ... 'po','off', ... 'Backingstore','off', ... 'Visible','off'); xLabelPos=0.75; btnWid=0.20; top=0.85; for count=1:12,
www.eeworm.com/read/154760/11929202

m test.m

figNumber=figure( ... 'Name','Phone Pad', ... 'position',[50,50,300,300]); xLabelPos=0.10; btnWid=0.20; top=0.9; for count=1:12, btnPos=[xLabelPos+rem(count-1,3)*(btnWid/
www.eeworm.com/read/154760/11929423

m gui51.m

function fig = gui51() % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. This may
www.eeworm.com/read/154760/11929467

m configresize.m

function configresize(hFig) %CONFIGRESIZE Configure GUI to handle resizing operations. % CONFIGRESIZE(hFig) changes the units and fontunits of all objects that support these % units to 'normalized
www.eeworm.com/read/257424/11930167

m program_9_1.m

% Program 9_1 % Elliptic IIR Lowpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = input('Min
www.eeworm.com/read/257424/11930183

m program_9_2.m

% Program 9_2 % Type 1 Chebyshev IIR Highpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = i
www.eeworm.com/read/257078/11951204

m e0665.m

hf=figure('Color',[0,1,1],'Position',[100,200,200,300],'Name','This is a three dimentional figure.','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized', 'Position
www.eeworm.com/read/343227/11962853

m randindx.m

function I = randindx(p, T, NO_CHK) %randindx Generates random indexes with a specified probability distribution. % I=randindx(p,T) returns and array of T indexes distributed as specified % by p (wh