-
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 > Comparison of two or more datasets in different files > Reply To: Comparison of two or more datasets in different files
July 16, 2008 at 12:21 am
#8971
Bernhard Kantz
Participant
You can either write a VBA macro or create a user-defined FPScript function.
Example: “Formula Compare”
Arguments data1, data2
Maximum(data2-data1) < 1E-15
Now you can create a second formula to compare two data sets:
Compare(Signal, Signal2)