Redian新闻
>
请教如何用MATLAB去fit一个多项式?
avatar
请教如何用MATLAB去fit一个多项式?# Computation - 科学计算
b*z
1
I'm working for a leading software company based in Seattle WA. My group has
many openings for Software Design Engineer in Test (SDET). As SDET, you
will be responsible for designing and implementing test automations to test
the production code and performing various tests required to validate the
code before shipping with highest quality in mind.
Here are a few qualifications of the candidates that we're looking for:
1. Strong Computer Science education background (doesn't have to be with CS
de
avatar
w*r
2
我有一组数据
x y
1 8
2 12
3 18
4 22
5 26
想 fit 到一个多项式Y=A X + B X(root)从而得到A和B并作图。
第一次用MATLAB,不知该如何入手。请各位高手指点!
avatar
y*y
3
do you mean Y=A*X+B*sqrt(X)?

【在 w********r 的大作中提到】
: 我有一组数据
: x y
: 1 8
: 2 12
: 3 18
: 4 22
: 5 26
: 想 fit 到一个多项式Y=A X + B X(root)从而得到A和B并作图。
: 第一次用MATLAB,不知该如何入手。请各位高手指点!

avatar
w*r
4

YES

【在 y**y 的大作中提到】
: do you mean Y=A*X+B*sqrt(X)?
avatar
l*i
5
lsqcurvefit

【在 w********r 的大作中提到】
: 我有一组数据
: x y
: 1 8
: 2 12
: 3 18
: 4 22
: 5 26
: 想 fit 到一个多项式Y=A X + B X(root)从而得到A和B并作图。
: 第一次用MATLAB,不知该如何入手。请各位高手指点!

avatar
w*r
6

能否请告知具体的command lines?
非常感谢!!!!!!!!!!

【在 l*****i 的大作中提到】
: lsqcurvefit
avatar
l*i
7
lsqcurvefit - Solve nonlinear curve-fitting (data-fitting) problems in least
-squares sense
Equation
Find coefficients x that best fit the equation
given input data xdata, and the observed output ydata, where xdata and ydata
are matrices or vectors of length m, and F (x, xdata) is a matrix-valued or
vector-valued function.
The lsqcurvefit function uses the same algorithm as lsqnonlin, and provides
an interface designed specifically for data-fitting problems.
Syntax
x = lsqcurvefit(fun,x0,xdata,y

【在 w********r 的大作中提到】
:
: 能否请告知具体的command lines?
: 非常感谢!!!!!!!!!!

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。