Azzera filtri
Azzera filtri

Line in GUI Figure NOT the PLOT

4 visualizzazioni (ultimi 30 giorni)
msand65
msand65 il 6 Feb 2017
Commentato: msand65 il 7 Feb 2017
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?

Risposte (1)

Walter Roberson
Walter Roberson il 7 Feb 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 Commento
msand65
msand65 il 7 Feb 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.

Accedi per commentare.

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by