代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/371256/9558939
m torr_nonlinf_mincon2x2.m
%minimize, subject to the upper 2x2 norm is 1 as described in Torr and Firzgibbon
function f = torr_nonlinf_mincon2x2(f_init, nx1,ny1,nx2,ny2, no_matches, m3)
%make sure it is normalized
f_ini
www.eeworm.com/read/358903/10176380
m m_ruler.m
function h=m_ruler(posx,posy,varargin);
% M_RULER Draws a distance scalebar for a map
% M_RULER([X1 X2],Y1) draws a horizontal scale bar between the
% normalized coordinates (X1,Y1) and (X2,Y1) wh
www.eeworm.com/read/480027/6675101
m m_ruler.m
function h=m_ruler(posx,posy,varargin);
% M_RULER Draws a distance scalebar for a map
% M_RULER([X1 X2],Y1) draws a horizontal scale bar between the
% normalized coordinates (X1,Y1) and (X2,Y1) wh
www.eeworm.com/read/250718/12387414
m 111xxx.m
%Calculate the natural frequencies,the normalized mode shapes and the FRFS
clear
close
a=0.001;b=0.001;
M=[100,0,0;0,100,0;0,0,100];
K1=[2,-1,0;-1,2,-1;0,-1,2];
K=1.0e+5*K1;
C=a*M+b*K;
www.eeworm.com/read/183495/5256062
m normq.m
function Q = normQ(quat)
% This will provide a normalized quaternion
% row vector given a quaternion row vector,
% [q0 q1 q2 q3].
%
% Q = normQ([q0 q1 q2 q3])
q0 = quat(1);
q1 = quat(2);
q2 = quat(3)
www.eeworm.com/read/113557/15453237
m my_comet_strange_xy.m
function my_comet_strange_xy(x,y,p,time) %函数体参量表一定没有常数或代数式.x,y平面对应不同奇点的轨线彗星图
global X3 t
figure(9)
set(gcf,'unit','normalized','position',[0.31,0.53,0.64,0.35]);
set(gcf,'defaultuicontrolunits','
www.eeworm.com/read/113557/15453245
m my_comet_xz.m
function my_comet_xz(x,y,p,time) %函数体参量表一定没有常数或代数式.x,z平面的轨线彗星图及y(t)坐标同步运行
global X2 t b r
figure(7)
set(gcf,'unit','normalized','position',[0.31,0.53,0.64,0.35]);
set(gcf,'defaultuicontrolunits',
www.eeworm.com/read/113557/15453249
m my_comet_yz.m
function my_comet_yz(x,y,p,time) %函数体参量表一定没有常数或代数式.y,z平面的轨线彗星图及x(t)坐标同步运行
global X1 t b r
figure(5)
set(gcf,'unit','normalized','position',[0.31,0.53,0.64,0.35]);
set(gcf,'defaultuicontrolunits',
www.eeworm.com/read/113557/15453255
m my_comet_xy.m
function my_comet_xy(x,y,p,time) %函数体参量表一定没有常数或代数式.x,y平面的轨线彗星图及z(t)坐标同步运行
global X3 t b r
figure(3)
set(gcf,'unit','normalized','position',[0.31,0.53,0.64,0.35]);
set(gcf,'defaultuicontrolunits',
www.eeworm.com/read/470453/6911027
m caiyang.m
% 《数字信号处理教程——MATLAB释义与实现》第四章采样演示程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
% caiyang 演示采样定理,时域采样,频谱周期延拓
% 同时演示采样频率小于2*fc时,产生的混叠效应
%
clf reset
set(gcf,'unit','normalized','position',[0.1,0.2,0.5,0.5]);
set