How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?

How can I plot a graph in matlab, presenting two curves (my results and results from comparative reference)?

3 commentaires

In addition to darova's advice,
plot()
hold on
plot()
or you can plot both lines within the same call to plot() (see the documentation for examples).
thanks everyone ... issue sorted for the time being

Réponses (0)

Cette question est clôturée.

Clôturé :

le 20 Août 2021

Community Treasure Hunt

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

Start Hunting!

Translated by