combine 2 plot with different length

I have 2 plot with deffrent length.. How I can combine to to gather?

 Respuesta aceptada

dpb
dpb el 5 de Abr. de 2021
plot(x1,y1)
hold on
plot(x2,y2)
or
plot(x1,y1,x2,y2)

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 5 de Abr. de 2021

Comentada:

el 5 de Abr. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by