Borrar filtros
Borrar filtros

uidropdown : how know indices in item?

12 visualizaciones (últimos 30 días)
Luca Re
Luca Re el 24 de Jun. de 2023
Respondida: dpb el 24 de Jun. de 2023
example: i select a ====> position =1
i select d=====> position =4
fig = uifigure;
%dd = uidropdown(fig,"Items",Period);
dd = uidropdown(fig,"Items",["a","b","c","d"]);

Respuesta aceptada

dpb
dpb el 24 de Jun. de 2023
The index to the selected item is in the <InteractionInformation object> of the dropdown component. The object is available to the ClickedFcn callback function; if it is present the user clicked on a selection. There's example code at the above link.

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by