代码搜索:Fitting
找到约 695 项符合「Fitting」的源代码
代码结果 695
www.eeworm.com/read/162323/10314240
m exp2_15.m
%curve fitting of sin wave
clc
clear
x=0:0.1:2*pi; %生成样本点x
y=sin(x)+0.5*rand(size(x)); %生成样本点y,通过随机矩阵
p=polyfit(x,y,3) %拟合出多项式(3阶)
y1=polyval(p,x); %求多项式的值
plot(x,y,'+',x,y1,'-r') %绘制多项式曲线,以验证结
www.eeworm.com/read/279384/10442353
txt titest.txt
titest(1) titest(1)
NNAAMMEE
titest - see if a set of anisotropic elastic constants are transversely
isotropic
SSYYN
www.eeworm.com/read/279384/10442416
mn titest.mn
.TH titest 1 "18 Feb 1997"
.SH NAME
titest \- see if a set of anisotropic elastic constants are
transversely isotropic
.SH SYNOPSIS
.BI "titest < elastic_constants
.PP
.B titest
expects to read from s
www.eeworm.com/read/279384/10442426
mn orthotest.mn
.TH orthotest 1 "18 Feb 1997"
.SH NAME
orthotest \- see if a set of anisotropic elastic constants are orthorhombic
.SH SYNOPSIS
.BI "orthotest < elastic_constants
.PP
.B orthotest
expects to read from
www.eeworm.com/read/279384/10442436
txt orthotest.txt
orthotest(1) orthotest(1)
NNAAMMEE
orthotest - see if a set of anisotropic elastic constants are
orthorhombic
SSY
www.eeworm.com/read/421190/10751384
res osr.res
******OPTIMAL SUBSET REGRESSION******
MEANS OF X AND Y
132.35 162.77 116.09 78.7711541.70 61.63
1ORDER REGRESSION SET
www.eeworm.com/read/275728/10799085
m exp2_15.m
%curve fitting of sin wave
clc
clear
x=0:0.1:2*pi; %生成样本点x
y=sin(x)+0.5*rand(size(x)); %生成样本点y,通过随机矩阵
p=polyfit(x,y,3) %拟合出多项式(3阶)
y1=polyval(p,x); %求多项式的值
plot(x,y,'+',x,y1,'-r') %绘制多项式曲线,以验证结
www.eeworm.com/read/273177/10923906
res osr.res
******OPTIMAL SUBSET REGRESSION******
MEANS OF X AND Y
132.35 162.77 116.09 78.7711541.70 61.63
1ORDER REGRESSION SET
www.eeworm.com/read/417000/11007581
m exp2_15.m
%curve fitting of sin wave
clc
clear
x=0:0.1:2*pi; %生成样本点x
y=sin(x)+0.5*rand(size(x)); %生成样本点y,通过随机矩阵
p=polyfit(x,y,3) %拟合出多项式(3阶)
y1=polyval(p,x); %求多项式的值
plot(x,y,'+',x,y1,'-r') %绘制多项式曲线,以验证结
www.eeworm.com/read/416425/11029750
txt readme.txt
This package includes two folders:
LBF_v0:
This is the Matlab source code that implements the local binary fitting (LBF) model in Chunming Li et al's papers:
"Minimization of Region-Scalabl