Borrar filtros
Borrar filtros

Need to enable Editing value when selected from Tab tree???

11 visualizaciones (últimos 30 días)
naveen kumar s
naveen kumar s el 26 de Ag. de 2021
Comentada: naveen kumar s el 27 de Ag. de 2021
I have been trying to create GUI in app designer and i am new to it.
I have plotted with three variables = 3 curves in single plot.
this name for 3 nodes in tree component
Node 1 = P1
Node 2 = P2
Node 3 = P3
so now i wanted to calculate value of Y for X on only P1 curve when it is selected.
When Nothing node selected the edit field value should be disable, only when selected node it should enable.
How to do it please help me

Respuestas (1)

Thomas Fournier
Thomas Fournier el 26 de Ag. de 2021
Not exactly sure what you want to do but here are a few thing that can be usefull:
1, create callbacks: a piece of code that is executed when something changes in your tree component. In design view right clic on your tree, callback, add selection change function callback.
2. To know what node is selected:
app.Tree.SelectedNodes.Text
You can access other properties of your tree the same way.
3. To disable some compenent:
app.element.Editable='off'

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by