how can i plot two graph in single one without subplot?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Mischa Kim
2014 年 3 月 5 日
編集済み: Mischa Kim
2014 年 3 月 5 日
Use
hold all
before or after the first plot command.
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!