annotation in guide gui application
Mostrar comentarios más antiguos
Hi, does anybody know how to include the annotation items like arrow, textarrow,textbox into a custom gui application. The matlab figure has them in the figure's menu> Insert option. Can that be added to a standalone guide app.
Respuestas (1)
Fangjun Jiang
el 21 de Sept. de 2011
0 votos
use the annotation() command in the creatfcn callback of your GUI.
1 comentario
Nilimb
el 21 de Sept. de 2011
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!