代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/253521/12217429
m ex11_3.m
hf=figure('Color',[0,1,1],'Position',[100,200,400,200],...
'Name','数制转换','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized',...
'Position',[0.05,0.
www.eeworm.com/read/253521/12217643
m ex11_4.m
clf;
set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]);
set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off');
axes('Position',[0.05,0.15,0.55,0.7]);
uicontrol(gcf,'Style','text',
www.eeworm.com/read/339239/12246655
m exm1052_1.m
function exm1052_1( )
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsiz
www.eeworm.com/read/339239/12247036
m exm1051_1.m
function exm1051_1( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf
www.eeworm.com/read/339239/12247267
m exm10051_1.m
function exm10051_1( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gc
www.eeworm.com/read/339239/12247484
m exm10052_1.m
function exm10052_1( )
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsi
www.eeworm.com/read/339239/12247668
m exm09071_1.m
bdw=0.01;
tpw=0.15;
pos=[1/2+bdw,2/3+bdw,1/2-2*bdw,1/3-bdw-tpw]; %
figure('Units','normalized','Position',pos,'Color',[0.9,0.65,0])
%
set(gcf,'Name','试验窗')
www.eeworm.com/read/150905/12249969
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/150905/12250461
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/150862/12255609
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------