代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/384940/8831817
m fm_simset.m
function fig = fm_simset(varargin)
% FM_SIMSET create GUI for Simulink model settings
%
% HDL = FM_SIMSET()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Version: 1.0.0
%
%E-mail: Federi
www.eeworm.com/read/384940/8832424
m fm_plotfig.m
function fig = fm_plotfig()
% FM_PLOTFIG create GUI for plotting variables
%
% FM_PLOTFIG()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 27-Feb-2003
%Update: 11-Sep-2003
%Versi
www.eeworm.com/read/384512/8865869
m vis_show_gui_tool.m
function r=vis_show_gui_tool(h,action,varargin)
%VIS_SHOW_GUI_TOOL is a subfunction of SOM_SHOW_GUI.
%
% r = vis_show_gui_tool(handle, action, varargin)
%
% Input arguments:
% handle (struct
www.eeworm.com/read/384512/8866088
m vis_show_gui_comp.m
function vis_show_gui_comp(h, indx, action,varargin)
%VIS_SHOW_GUI_COMP is a subfunction of SOM_SHOW_GUI.
%
% vis_show_gui_comp(handle, indx, action, varargin)
%
% Input arguments:
% handle
www.eeworm.com/read/384512/8866154
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/283653/9000594
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/381363/9095786
m flatten_buttons.m
function flatten_buttons(command)
%FLATTEN_BUTTONS Start the flatten uicontrols
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
globa
www.eeworm.com/read/381363/9095798
m statusbar.m
function statusbar(msg)
%STATUSBAR Display a message in the statusbar
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global txt_sb
www.eeworm.com/read/381363/9095800
m image_blur.m
function image_blur(command)
%IMAGE_BLUR - Compute the Blur filter of the current image
%
% IMAGE_BLUR(COMMAND)
%
% COMMAND - valid commands:
%
% START - set up the button frame and initialize
www.eeworm.com/read/381363/9095967
m image_dilate.m
function image_dilate(command)
%IMAGE_DILATE - Dilate the current binary image
%
% IMAGE_DILATE(COMMAND)
%
% COMMAND - valid commands:
%
% START - set up the button frame and initialize
% DO