What version of Matlab has the "polyfix" function?
8 次查看(过去 30 天)
显示 更早的评论
I am aware there is a Matlab function "polyfix" used to constrain certain points for least square polynomial fit. Please, does anyone know what version of Matlab that has this function? Thank you.
0 个评论
采纳的回答
Walter Roberson
2017-1-9
编辑:Image Analyst
2017-1-10
3 个评论
Image Analyst
2017-1-10
For the version it was written for it says "MATLAB release MATLAB 8.0 (R2012b)" and will probably work for later versions, assuming it uses no deprecated functions that have since been removed.
You need to download it and unzip it to a folder, like a new folder called polyfix. The use SetPath on the Home tab of the tool ribbon to add it to your search path. Then you can call it following directions and examples in the polyfix code.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surrogate Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!