How to create a vertical offset line
古いコメントを表示
Please urgently if possible I need to solve the following problem
An equation give me graph of some layers at depths z1, z2, z3, and z4 (see attached figure), and I need to break them down (vertical offset) with a constant = z2-z1= z3-z2=z4-z3 (if satisfying this condition), in addition to drowing a vertical line (red line in satisfied location)

採用された回答
その他の回答 (1 件)
Image Analyst
2022 年 9 月 30 日
0 投票
2 件のコメント
Moustafa Abedel Fattah
2022 年 9 月 30 日
Image Analyst
2022 年 9 月 30 日
If the line is not going all the way across the graph, you can use line or plot() to specify the endpoints at whatever x and y values you want, so you'll get line segments.
カテゴリ
ヘルプ センター および File Exchange で Simultaneous and Synchronized Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

