代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/255077/12102250
pdf colour-imager characterization by parametric fitting of sensor responses.pdf
www.eeworm.com/read/432936/8561950
m example_polyfit.m
% example_polyfit.m
% 曲线拟合示例
x=0:0.1:1;
y=[-0.447 1.978 3.28 6.16 7.08 7.34 7.66 9.56 9.48 9.30 11.2];
% 曲线拟合
n=2;
p=polyfit(x,y,n);
% 根据拟合函数生成绘图数据
xi=linspace(0,1,100);
yi=polyval(p,xi);
pl
www.eeworm.com/read/360770/10078796
m a151.m
%----------------------------------------------------------------
% Example a1.5.1: Curve Fitting
%----------------------------------------------------------------
% I
www.eeworm.com/read/351281/10663204
m icp.m
function [TR, TT] = ICP(model,data,max_iter,min_iter,fitting,thres,init_flag,tes_flag)
% ICP Iterative Closest Point Algorithm. Takes use of
% Delaunay tesselation of points in model.
%
% Ordina
www.eeworm.com/read/421666/10712945
index
assign.mod Assignment problem
bpp.mod Bin packing problem
cal.mod Print an ASCII calendar of the given year
cf12a.mod Curve fitting problem
cf12b.mod Curve fitting problem
www.eeworm.com/read/485883/6548883
m icp.m
function [TR, TT] = icp(model,data,max_iter,min_iter,fitting,thres,init_flag,tes_flag,refpnt)
% ICP Iterative Closest Point Algorithm. Takes use of
% Delaunay tesselation of points in model.
%
%
www.eeworm.com/read/410517/11280040
m icp.m
function [TR, TT] = icp(model,data,max_iter,min_iter,fitting,thres,init_flag,tes_flag,refpnt)
% ICP Iterative Closest Point Algorithm. Takes use of
% Delaunay tesselation of points in model.
%
%
www.eeworm.com/read/237668/13939248
txt iterative closest point method .txt
function [TR, TT] = icp(model,data,max_iter,min_iter,fitting,thres,init_flag,tes_flag)
% ICP Iterative Closest Point Algorithm. Takes use of
% Delaunay tesselation of points in model.
%
% Ordina
www.eeworm.com/read/179705/9342199
am makefile.am
## Process this file with automake to produce Makefile.in
info_TEXINFOS = gsl-ref.texi
noinst_TEXINFOS = gsl-design.texi
gsl_ref_TEXINFOS = err.texi cblas.texi blas.texi min.texi fft.texi rng.texi ra
www.eeworm.com/read/424281/10468251
am makefile.am
## Process this file with automake to produce Makefile.in
info_TEXINFOS = gsl-ref.texi
noinst_TEXINFOS = gsl-design.texi
gsl_ref_TEXINFOS = err.texi cblas.texi blas.texi min.texi fft.texi rng.texi ra