Wie erstelle ich ein Diagramm mit 2 Funktionen im Curve Fitter Tool
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Altaïr
am 10 Jul. 2025
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:
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!