How to plot two different curves in one plot?

8 visualizzazioni (ultimi 30 giorni)
I am wondering how to plot two different curves with different matrix dimensions in one graph. At first i already did it, but the problem is when i was trying to set limits for two different y-axis. For first curve 0-10 and for second 0-90.
my currently code is:
figure
plot(fr792_10,k19);
hold on
plot(fr792_10vib2,j19vib2);
hold off
Any answer would be helpful.

Risposta accettata

Walter Roberson
Walter Roberson il 26 Ago 2015
See plotyy()
  1 Commento
gasocemo
gasocemo il 26 Ago 2015
I already tried but a dont know how to set xlim value for each curve.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by