How to draw two plots in one figure?

3 visualizaciones (últimos 30 días)
Nazila Pourhajy
Nazila Pourhajy el 31 de Mayo de 2022
Respondida: Abhijit Nayak el 31 de Mayo de 2022
Hi everyone.
I have two plots like this:
I want to have two plots in one figure like this in matlab. But I dont know what to do. please help me Thanks alot..
When I use this commands:
plot(x,y1);
hold on;
plot(x,y2);
hold off;
The result is as follow:
Becaues the values of y in two plots are different.

Respuesta aceptada

Simon Chan
Simon Chan el 31 de Mayo de 2022
Use function yyaxis
  1 comentario
Nazila Pourhajy
Nazila Pourhajy el 31 de Mayo de 2022
Thanks alot my friend.My problem was solved.

Iniciar sesión para comentar.

Más respuestas (1)

Abhijit Nayak
Abhijit Nayak el 31 de Mayo de 2022
From my understanding, you are looking for a way to have two plots in one figure with a common x-axis. You can use “yyaxis” function for such scenario.
For further reference, you can refer to the following MATLAB documentation link- .

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by