
How i can plot two graphs in one figure?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Raidar Ali
el 29 de Dic. de 2018
Comentada: madhan ravi
el 29 de Dic. de 2018
tell me about the simplest commnd to plot the two graphs in one figure.
0 comentarios
Respuesta aceptada
madhan ravi
el 29 de Dic. de 2018
Editada: madhan ravi
el 29 de Dic. de 2018
% an example
plot(1:10)
hold on
plot((1:10).^2)

1 comentario
madhan ravi
el 29 de Dic. de 2018
If it's what you are looking for make sure to accept the answer else let know
Más respuestas (0)
Ver también
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!