how can i plot two graph in single one without subplot?

2 views (last 30 days)
i have data of two profile, i want to plot age & depth of these profile x & y axis are nearly equal for both profile.

Accepted Answer

Mischa Kim
Mischa Kim on 5 Mar 2014
Edited: Mischa Kim on 5 Mar 2014
Use
hold all
before or after the first plot command.
  3 Comments
prajith kc
prajith kc on 5 Mar 2014
it works exactly what i want, one more doubt.. can i shade the region between these tho graphs just above and below?

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!