Disable impoly interactive behavior
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dan
el 13 de Feb. de 2014
Comentada: Dan
el 14 de Feb. de 2014
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 comentarios
Respuesta aceptada
Image Analyst
el 13 de Feb. de 2014
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.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!