How do I plot two different functions on the same plot?

 Risposta accettata

Use
hold on
plot(...) % plot first graph
plot(...) % plot second graph
hold off

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Richiesto:

il 11 Mar 2023

Risposto:

il 11 Mar 2023

Community Treasure Hunt

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

Start Hunting!

Translated by