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!

