find the exponent of a least square curve fitting

1 次查看(过去 30 天)
dear all,
i'm really a beginner, so i've some problems with the "least square curve fitting". i' ve two series of data for three "geometrical configuration" (indeed they are three curves):
for z=0.5:
y=[132 152 173]
x=[25000 34000 47000]
for z=1:
y=[128 148 176]
x=[ 25000 34000 47000]
for z=1.5:
y=[131 152 180]
x=[ 25000 34000 47000]
i need to find the exponent of the least square curve fitting that should be in the form of:
y=a*(x^b)*(z^c)
what is the script in order to find a,b,c?
i tried with basic fitting from tools but it doesn't solve my problem..
pleaseeee help me..
thanks

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Least Squares 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by