how can i plot two graph in single one without subplot?
1 view (last 30 days)
Show older comments
i have data of two profile, i want to plot age & depth of these profile x & y axis are nearly equal for both profile.
0 Comments
Accepted Answer
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
More Answers (0)
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!