find the exponent of a least square curve fitting

조회 수: 1 (최근 30일)
Cagge
Cagge 2012년 6월 22일
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