Wie erstelle ich ein Diagramm mit 2 Funktionen im Curve Fitter Tool

1 vue (au cours des 30 derniers jours)
Felix
Felix le 7 Juil 2025
Commenté : Felix le 15 Juil 2025
Hallo miteinander,
ich möchte mehr als eine Funktion mit Hilfe des Curve Fitter plotten, konkret bedeutet das drei Funktionen (x,y) die ich zusammen in darstellen möchte.
Vielleicht könnt ihr mir ja helfen, danke im Vorraus!
VG Felix

Réponses (1)

Altaïr
Altaïr le 10 Juil 2025
Hey @Felix,
It appears that plotting multiple functions using the Curve Fitter app on the same figure is the goal. While it is possible to create multiple fits within the Curve Fitter app, each fit is typically displayed in a separate plot window. More information about creating and comparing multiple fits can be found here:
To display both fits on a single figure, there are two possible approaches, as outlined in this answer:
1. Export the fits to the workspace and plot them together on the same figure. Guidance on exporting fits to the workspace is available here:
2. Alternatively, a fully programmatic approach can be used to create and plot fits, as demonstrated in this documentation:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!