-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Accueil > 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.