-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Home > Community > General > 3D approximation > Reply To: 3D approximation
July 28, 2010 at 9:21 pm
#8904
Bernhard Kantz
Participant
Unfortunately, this is not possible.
FlexPro only supports linear and nonlinear curve fitting for 2D curves but not for surfaces.
With the FPScript-function NonLinCurveFit you have the possibility to define your own userdefined models.
Example: You have three data series x,y,z and you want to approximate the data series z with following function:
f(z) = f(x,y) = a * x + b * y
See the FlexPro help (NonLinCurveFit) for more details.