How can I create three different axis?

1 visualizzazione (ultimi 30 giorni)
Pul
Pul il 20 Ott 2021
Commentato: Pul il 21 Ott 2021
Hello everyone,
I should plot three different quantities with three different axes in just one graph; how I can do it?
plot(gia_year.DateA, gia_year.Diff_Values,'g-^' ,'MarkerEdgeColor','k','MarkerFaceColor','g');
plot(gia_year.DateA, gia_year.year_values_w,'y-^' ,'MarkerEdgeColor','k','MarkerFaceColor','y')
plot(gia_year.DateA, gia_year.year_values_h,'k-^' ,'MarkerEdgeColor','k','MarkerFaceColor','k')
Thank you very much.
  4 Commenti
Jan
Jan il 20 Ott 2021
Is the x or y axis affected?

Accedi per commentare.

Risposta accettata

Jan
Jan il 20 Ott 2021

Più risposte (0)

Categorie

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

Community Treasure Hunt

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

Start Hunting!

Translated by