polynomial evaluation for a simple curve.
1 次查看(过去 30 天)
显示 更早的评论
After I got the coefficent from the command:
p1=polyfit(x,y,4);
the p1 vector is:
p1 =
-35.4628 39.9257 -14.8278 1.6022 1.1031
the x vector is:
x=[0:0.001:0.4000]
Now, how do I write like this:
I don't need the polyval command.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!