代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/290937/8449873

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/290937/8450103

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/390512/8461863

m c7_flicker111111111.m

f = 0:1000; % frequency points fn = 1000; % Nyquist rate F = f/fn; % frequency vector M = (1-cos(0.001*pi*f)).*1000; % normalized fequency response M = [zeros(1,6),M(6:1000)]; % b
www.eeworm.com/read/390354/8470307

m uicontrol1.m

figure b=uicontrol('style','pushbutton','units','normalized',... 'position',[.5,.5,.2,.1],'string','Click here'); s='set(b,''position'',[.8*rand,.9*rand,.2,.1])'; eval(s) set(b,'callback',s)
www.eeworm.com/read/189404/8472101

m clust_denormalize.m

function data = clust_denormalize(data) % method description % 'var' denormalization from a data whitch variation was normalized to one (linear operation). % 'range' denormaliza
www.eeworm.com/read/290205/8496752

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/289837/8523859

m eda.m

function eda(sp) %EDA Exploratory Data Analysis % eda(sp) : sp is the time-series data % & Author: A. Swami, Jan 1995 disp('-------- 1 – data and histogram') figure(1) subplot(211), plot(1:leng
www.eeworm.com/read/389274/8536615

m example32index.m

%example32index %============== %============== clc; clear; close; %BP网络实验 Hrbf1=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',... 'example3.2','numbertitle','off');
www.eeworm.com/read/389274/8536623

m nnfunctione.m

NNfe=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',... 'NN网络函数','numbertitle','off'); %界面说明 uicontrol(NNfe,'style','text','units','normalized','position',[0.1 0.82 0.8 0.15]
www.eeworm.com/read/389274/8536628

m nneditioninfo.m

%information %============== %============== clc; clear; Hinfor=figure('color',[0.8 0.8 0.8],'position',[180 300 450 300],'name',... 'About NNDemo2.0','numbertitle','off'); %界面说明 uicont