代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/367875/9724806
m som_gui.m
function som_gui(varargin)
%SOM_GUI A GUI for initialization and training of SOM.
%
% som_gui([sD])
%
% som_gui
% som_gui(sD)
%
% Input and output arguments ([]'s are optional)
% [sD] (
www.eeworm.com/read/367830/9727916
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/367442/9748094
m svmdemo.m
function result = svmdemo(action,hfigure,varargin)
% SVMDEMO demo on the Support Vector Machines.
%
% SVMDEMO demonstrates use of the algorithms which
% solves the SVM problem with the both linear (L
www.eeworm.com/read/170936/9779198
m demprgp.m
function demprgp(action);
%DEMPRGP Demonstrate sampling from a Gaussian Process prior.
%
% Description
% This function plots the functions represented by a Gaussian Process
% model. The hyperparameter
www.eeworm.com/read/170936/9779283
m demnlab.m
function demnlab(action);
%DEMNLAB A front-end Graphical User Interface to the demos
%
% Description
% This function will start a user interface allowing the user to select
% different demonstration f
www.eeworm.com/read/415313/11076438
m demprgp.m
function demprgp(action);
%DEMPRGP Demonstrate sampling from a Gaussian Process prior.
%
% Description
% This function plots the functions represented by a Gaussian Process
% model. The hyperparameter
www.eeworm.com/read/415313/11076545
m demnlab.m
function demnlab(action);
%DEMNLAB A front-end Graphical User Interface to the demos
%
% Description
% This function will start a user interface allowing the user to select
% different demonstration f
www.eeworm.com/read/415058/11084875
m tuxiangxianshiqu_2.m
Tu=imread('board.tif');
Tu1=imread('cameraman.tif');
Tu=double(Tu)/256;
Tu1=double(Tu1)/256;
DctDemoFig=figure( ...
'menu','none',...
'color',[0.4,0.8,0.95],...
'position',[103.8 50.9
www.eeworm.com/read/415058/11084878
m xishukuai_3.m
figure
h8x8 = axes( ...%设置调用句柄
'BusyAction','Queue','Interruptible','off',...
'Units','normalized', ...
'Position',[0.31 0.309 0.427 0.5], ...%设置位置
'XTick',[],'YTick',[], ...%设置坐标标尺显示
www.eeworm.com/read/414865/11098604
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