How can I create three different axis?

1 visualización (últimos 30 días)
Pul
Pul el 20 de Oct. de 2021
Comentada: Pul el 21 de Oct. de 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 comentarios
Jan
Jan el 20 de Oct. de 2021
Is the x or y axis affected?
Pul
Pul el 21 de Oct. de 2021
y axis.

Iniciar sesión para comentar.

Respuesta aceptada

Jan
Jan el 20 de Oct. de 2021

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by