代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/433119/8544165

m evol.m

function evol global Uievolgraf; global UievolN; global evolgraf; global evolN; global evolfig; global evolaxes; global evolcordaxes; global UievolAmax; global UievolAmin; global UievolFma
www.eeworm.com/read/433119/8544239

m simula.m

function simula global Simnombre; global Simdeltat; global SimAmax; global SimFc; global SimFm; global SimS1; global SimS2; global SimS3; global SimtA1; global SimtA2; global SimtAf; glo
www.eeworm.com/read/433119/8544246

m princi.m

function princi global numero; global deltat; global archivo; global letras; global ngraf; global fileaxes; global compX; global compY; global compZ; global Tini; global Tfin; global Uic
www.eeworm.com/read/433119/8544256

m archi.m

function archi close; global fileaxes; global linutilant; global deltatant; global factorant; global decimant; global nombre; global ruta; global lineas; global delta; global factor; g
www.eeworm.com/read/433119/8544278

m versenal.m

function versenal close; global ngraf; global deltat; global MaxA; global tmax; global Tmax; global numero; global grafArange; global Uidens; global Uiori; global rielaxes; global graf
www.eeworm.com/read/432821/8569622

m guiplot.m

function guiplot(action) %HNDLGRAF Demonstrates Handle Graphics for line plots in MATLAB. % This window allows you to assemble a string % of MATLAB commands that results in a plot in
www.eeworm.com/read/388557/8601611

m main.m

function main close all;clear all; clc; set(gcf,'menubar','none','NumberTitle','off','Name','Units Convertor'); hgroup = uibuttongroup('visible','off','Position',[0 0.9 1 0.1],'SelectionChangeF
www.eeworm.com/read/388426/8609912

m norma.m

% Function normalizes matrix over [0,1] function [Dn] = norma(D); % Dn -> normalized vector over [0,1] [np,ni] = size(D); if ni == 1, Dn = (D - min(D))./(max(D)-min(D)); else, vmaxD = ma
www.eeworm.com/read/388370/8612503

m statmodelr.m

function [H1,H2,Q, estat] = StatModelR(xn,B,N); % Statistical Model (Rounding) for A/D Quantization error and its Distribution % ------------- -----------------------------------------------------
www.eeworm.com/read/187534/8633924

m legd_proc.m

%legd_proc processing legends on a graphics window. % % i_Legends=legd_proc(nTask,arg1) %where % nTask -- the code for legend processing. Details can be found in the comments %