Line in GUI Figure NOT the PLOT

I want to show the connections between buttons in a GUI figure (NOT A PLOT). Is there are way to add lines to visibly connect two objects (say buttons or panels) in a GUI?

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Feb. de 2017
Yes. You can create a number of very very narrow (or very very short) uipanel() with frame turned on (as is the default), and arrange them touching each other so that you can get whatever corners you want.
-----B
|
|
A-----|
this would use 3 uipanel, one very short one right beside A, one very short one left beside B, and one very thin one running horizontally.
However, it is not possible to draw a line or an annotation outside of an axes. Outside of axes, uipanel() and uitab() and uicontrol() and the hidden uitree() are all that you have. Unless, that is, you are willing to work at the Java level.

1 comentario

msand65
msand65 el 7 de Feb. de 2017
Thank you Walter. I thought of this as well (and using an axes of an inactive plot, you can make a longer "line"). Sounds like Mathworks did not think of asthetics when they put in the GUI option. Don't get me wrong, the GUI's are great.

Iniciar sesión para comentar.

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 6 de Feb. de 2017

Comentada:

el 7 de Feb. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by