Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I want to know that whether the pushbutton has the functions about it can call a functions when I still pressing it ,and when I loosen it ,it will call another functions

1 visualización (últimos 30 días)
I want to know that whether the pushbutton has the functions about it can call a functions when I still pressing it ,and when I loosen it ,it will call another functions

Respuestas (2)

Sachin Ganjare
Sachin Ganjare el 23 de Oct. de 2012
You can use buttondown property, refer details below:
Hope it helps!!!

Walter Roberson
Walter Roberson el 23 de Oct. de 2012
You will need to work at the figure level and use the button down callback and the button up callback. The other levels (e.g., uicontrol) have button down callbacks but not button up callbacks.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by