Compare Functions
Version 1.0.0.0 (1,79 ko) par
Mathieu Boutin
Compare points between two functions (f1>f2, f1<f2, f1==f2), by first finding intersection points.
Find the intersection points between two functions f1 and f2 defined for the discrete abscissa x. This results in a possibly greater number of x data (along with f1 and f2 data) in order to include the intersection points between both functions.
From this new data set (new x, new f1 and new f2), logical index vectors are returned to indicate values of x for which: f1 > f2, f1 < f2 and f1 == f2.
Citation pour cette source
Mathieu Boutin (2026). Compare Functions (https://fr.mathworks.com/matlabcentral/fileexchange/36839-compare-functions), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |