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

1 view (last 30 days)
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

Answers (1)

Altaïr
Altaïr on 10 Jul 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!