polyfit command
polyfit command
(OP)
Hi guys, i am currently trying to use matlab to find an equation of a curve.
The curve is speed (x axis) Vs torque (y axis)
The cordinates for the speed are (0, 20, 40, 60, 65, 70, 75, 80, 85, 90, 95, 100)
The coordinates for the torque are (150, 176, 212, 268, 282, 282, 289, 296, 290, 262, 200, 100, 0)
What i want to do is use this information to find out the equation of this curve, preferably in the form of Torque = soem function of speed.
Any help on this would be much appreciated.
Thanks
The curve is speed (x axis) Vs torque (y axis)
The cordinates for the speed are (0, 20, 40, 60, 65, 70, 75, 80, 85, 90, 95, 100)
The coordinates for the torque are (150, 176, 212, 268, 282, 282, 289, 296, 290, 262, 200, 100, 0)
What i want to do is use this information to find out the equation of this curve, preferably in the form of Torque = soem function of speed.
Any help on this would be much appreciated.
Thanks





RE: polyfit command
2. Why not just use the curve fitter in Excel?
M
--
Dr Michael F Platten
RE: polyfit command
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: polyfit command
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: polyfit command
Thanks
RE: polyfit command
Of course I might have to pay them to do my work for me. Such is life.
Cheers
Greg Locock
SIG:Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.
RE: polyfit command
help spline
and
help unmkpp
=====================================
Eng-tips forums: The best place on the web for engineering discussions.