combine 2 plot with different length

1 次查看(过去 30 天)
I have 2 plot with deffrent length.. How I can combine to to gather?

采纳的回答

dpb
dpb 2021-4-5
plot(x1,y1)
hold on
plot(x2,y2)
or
plot(x1,y1,x2,y2)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by