Question on the format of 2D curve fit equations in plot
30 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Peter Cheimets
le 30 Sep 2025 à 21:02
Commenté : Peter Cheimets
le 1 Oct 2025 à 13:51
I am using basic curve fitting for the first time in a while and I get a bunch of equations of the form:
y = 6.588e + 06x^2 +4028x - 1.066. Can someone tell me what the "e" is in the first term?
Thanks
Peter
0 commentaires
Réponse acceptée
John D'Errico
le 30 Sep 2025 à 21:21
Modifié(e) : John D'Errico
le 30 Sep 2025 à 21:24
Scientific notation.
6.588e + 06x^2 == 6.588*10^6 * x^2
Note that it is easier and faster to write, and even a bit easier to read once you learn it. This is commonly used all over MATLAB. For example:
x = 2.3*10^12
7 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!