Importing coordinates from text file and then creating bounding box ?
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to import coordinates from text file and plot a bounding box on image. I have imported text file and read that particular line on which coordinates are,but was facing difficulty in picking that coordinates so I could use those to plot bounding box. I have attached the file as well on which I'm working. Kindly guide me.
댓글 수: 2
Stephane
2019년 12월 3일
Why not create your variables directly? Xmin = ...; Ymin = ...; Xmax = ...; Ymax = ...
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!