How to insert grid lines specific position ?
이전 댓글 표시
How to insert grid lines specific position ? check this attached Imafe? How to insert grid line inside red line box on image?

댓글 수: 2
darova
2019년 8월 20일
You can use plot
plot([800 1000] ,[600 250],'--g')
Or you want insert line into image?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

