polyVal2D and polyFit2D

版本 1.1.0.0 (11.5 KB) 作者: Mark Mikofski
Evaluate 2D polynomials using Horner's method. Fit 2D polynomials to data using backslash operator.
3.9K 次下载
更新时间 2013/4/18

查看许可证

Often it's necessary to fit or evaluate a function with 2 dimensions. Use polyFit2D.m to fit a 2D polynomila to data and polyVal2D.m to evaluate it. Fun!

These functions are explained in detail here:
http://poquitopicante.blogspot.com/2013/03/horners-method-in-2d.html

They are also hosted in a Gist on Github here:
https://gist.github.com/mikofski/5159267

引用格式

Mark Mikofski (2024). polyVal2D and polyFit2D (https://www.mathworks.com/matlabcentral/fileexchange/41097-polyval2d-and-polyfit2d), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

now with polyDer2D.m

1.0.0.0