由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - matlab拟合y=Ax^(2/3)+x+B
相关主题
请教一个MATLAB中 CURVE-FITTING 的问题请教如何用MATLAB去fit一个多项式?
再贴一下关于matlab中polynomial fitting 的问题问个英文翻译
matlab参数拟合如何比较两条曲线的相似程度?
怎样用matlab实现以下积分以及参数d,n拟合请教nonlinear fit for multi-variable funct
询问一个Matlab在C#调用的问题对数拟合的问题?
Matlab一问问个简单的数值问题
建立方程请教一个线性回归的问题(急)
求助: fitting y=a+bx+cx^-2+dx^2[转载] 问个误差估计的问题
相关话题的讨论汇总
话题: ax话题: matlab话题: column话题: 拟合话题: data
进入Computation版参与讨论
1 (共1页)
ET
发帖数: 10701
1
is matlab able to the job? fitting y=Ax^(2/3)+x+B with the given data(x,y)
which function should be used?
appreciate the possible advice.
l*****i
发帖数: 3929
2
do a simple transformation yah, you get a column of x and the same size
column of y, then you can easily get a column of y-x and a column of x^(
2/3). The rest is just a linear regression.

【在 ET 的大作中提到】
: is matlab able to the job? fitting y=Ax^(2/3)+x+B with the given data(x,y)
: which function should be used?
: appreciate the possible advice.

r******p
发帖数: 15
3
type cftool in the command window. use custimised formula to fit data.

data(x,y)

【在 l*****i 的大作中提到】
: do a simple transformation yah, you get a column of x and the same size
: column of y, then you can easily get a column of y-x and a column of x^(
: 2/3). The rest is just a linear regression.

1 (共1页)
进入Computation版参与讨论
相关主题
[转载] 问个误差估计的问题询问一个Matlab在C#调用的问题
谁知道拟合 SPHERICAL HARMONIC的算法?Matlab一问
急,关于数据拟合软件建立方程
how to get a linearity of a 3D field?求助: fitting y=a+bx+cx^-2+dx^2
请教一个MATLAB中 CURVE-FITTING 的问题请教如何用MATLAB去fit一个多项式?
再贴一下关于matlab中polynomial fitting 的问题问个英文翻译
matlab参数拟合如何比较两条曲线的相似程度?
怎样用matlab实现以下积分以及参数d,n拟合请教nonlinear fit for multi-variable funct
相关话题的讨论汇总
话题: ax话题: matlab话题: column话题: 拟合话题: data