代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/141739/12988648

m som_show_gui.m

function fig = som_show_gui(input,varargin) %SOM_SHOW_GUI A GUI for using SOM_SHOW and associated functions. % % h = som_show_gui(sM); % % Input and output arguments: % sM (struct) a map str
www.eeworm.com/read/140853/13058101

m normalize.m

function [Normalized] = Normalize(InputMat) %function [Normlized] = Normalize(InputMat) % Normalize the columns of matrix InputMat Norm2 = sqrt(diag(InputMat'*InputMat)); Normalized = InputMat./(o
www.eeworm.com/read/241323/13156392

m slider0.m

function f = slider0(xy,rr,cc) %> call function slider0(xy,rr,cc) %> xy = position 4-vector [x1 y1 dx dy] %> rr = value 3-vector [min, max, value] %> cc = callback string eg 'uiresume' q = uicontrol(
www.eeworm.com/read/241323/13156416

m slider1.m

function f = slider1(xy,rr) %> call function slider1(xy,rr) %> xy = position 4-vector [x1 y1 dx dy] %> rr = value 3-vector [min, max, value] q= uicontrol('Style','slider','Units','normalized',... 'Po
www.eeworm.com/read/241225/13163418

m mmn2px.m

function y=mmn2px(x,Hf) %MMN2PX Normalized to Pixel Coordinate Transformation. % MMN2PX(X) converts the position vector X from % normalized coordinates to pixel coordinates w.r.t. % the computer scree
www.eeworm.com/read/325790/13184357

m sis_edit.m

function sis_edit(action, varargin) % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/325790/13184422

m dnl_edit.m

function dnl_edit(obj, hObject, varargin) % NOTE: Model edit windows do not use the "action" input argument, % as all other edit windows do. % This will be fixed as soon as possible. In the meantim
www.eeworm.com/read/325790/13184442

m sir_edit.m

function sir_edit(action, varargin) % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/138268/13243961

m mmn2px.m

function y=mmn2px(x,Hf) %MMN2PX Normalized to Pixel Coordinate Transformation. % MMN2PX(X) converts the position vector X from % normalized coordinates to pixel coordinates w.r.t. % the computer scree
www.eeworm.com/read/239056/13304581

m subfunctionfigure.m

function SubFunctionFigure(handles) global handles1 handles2 hParFig=figure('numbertitle','off','menubar','none'); hParEdit=uicontrol(hParFig,'style','edit','units','normalized','position',...