how do I plot two figures on the same set of axes?

2 次查看(过去 30 天)
how do I plot two figures on the same set of axes?

采纳的回答

Robert Cumming
Robert Cumming 2014-7-4
plot ( x, y )
hold on
plot ( a, b )

更多回答(1 个)

Tri
Tri 2014-7-4
thank you!

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by