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!