How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?
3 commentaires
darova
le 25 Mar 2020
Use plot() function
Adam Danz
le 25 Mar 2020
plot()
hold on
plot()
or you can plot both lines within the same call to plot() (see the documentation for examples).
manzoor ellahi
le 25 Mar 2020
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!