How can I create three different axis?

3 vues (au cours des 30 derniers jours)
Pul
Pul le 20 Oct 2021
Commenté : Pul le 21 Oct 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 commentaires
Jan
Jan le 20 Oct 2021
Is the x or y axis affected?
Pul
Pul le 21 Oct 2021
y axis.

Connectez-vous pour commenter.

Réponse acceptée

Jan
Jan le 20 Oct 2021

Plus de réponses (0)

Catégories

En savoir plus sur Discrete Data Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by