How to plot diffterent x and y values in same graph???

1 次查看(过去 30 天)
How to plot diffterent x and y values in same graph??? Suppose I have X1=Some data; Y1=Some data, X2=some dat, Y2=some data but X2 is not same with X1, Then how to plot them together in single plot???

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-4-5
plotyy(x1,y1,x2,y2)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by