Disable impoly interactive behavior
2 ビュー (過去 30 日間)
古いコメントを表示
Is there a way I can disable and enable the interactive behavior of an impoly object programmatically? Specifically, I want to not allow users to move it under certain circumstances. I guess I could use the position callback to move the object back from where it came from but that's a bit inelegant.
Any ideas?
TIA,
Dan
0 件のコメント
採用された回答
Image Analyst
2014 年 2 月 13 日
Use impoly() if you want users to interact. Use plot() if you want to put a polygon but don't want the users to interact with it.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!