代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/331806/12807348
m sdf.m
l=figure
n=uicontrol(l,'style','pushbutton','string','cos(x)','callback','sd')
n1=uicontrol(l,'style','edit','units','normalized','position',[.3 .3 .3 .3],'fontsize',20,'foregroundcolor','r')
www.eeworm.com/read/331806/12807356
m two.m
%b) x(n)=n[u(n) - u(n -10)] + 10*exp(-0.3(n-10))(u(n-10)-u(n-20));
% 0
www.eeworm.com/read/331806/12807365
m abc.m
clc;clf
clear
% h=figure;
m=uicontrol(gcf,'style','pushbutton','string','第 1 题 ','fontsize',20,'units','normalized','position',...
[0.1 0.8 0.2 0.1],'foregroundcolor','r','backgroundcolor','y'
www.eeworm.com/read/331806/12807375
m z.m
% x1=[2 1 1 2];x2=[1 -1 -1 1];
% subplot(321)
% stem(circonvt(x1,x2,4))
% hold on
% plot(circonvt(x1,x2,4),'r')
%
% subplot(322)
% stem(conv(x1,x2))
% hold on
% plot(conv(x1,x2),'r')
%
%
www.eeworm.com/read/331448/12827259
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/244790/12843511
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/143706/12849622
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/143706/12849802
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/143498/12870575
m fuzpcr.m
function fuzpcr(action)
%FUZPCR Fuzzy printed character recognition.
% Roger Jang 7-14-95
% (Adapted from Ned's neural.m)
if nargin