Appdesigner: Execute callback from m file

1 visualización (últimos 30 días)
Joshua
Joshua el 15 de Ag. de 2022
Comentada: Joshua el 16 de Ag. de 2022
Hi - does anyone have any idea how callbacks in appdesigner can be executed from an m file? I could not find an obvious solution. Thanks Joshu

Respuestas (1)

dpb
dpb el 15 de Ag. de 2022
What do you mean, specifically?
appdesigner calls a given callback function; that function can call anything, m-file or not; but the callback function itself has to be the specific one referenced to in the app.
You can't delete the callback function body automagically created when you define there to be a callback function and substitute a free-standing m-file function for it, if that is what you mean -- but you don't need to since you can immediately call whatever m-file that would be.
  4 comentarios
dpb
dpb el 16 de Ag. de 2022
What you're looking for here is <Events-sending-and-responding-to-messages>. I've never explored doing such so know nothing specific about using them.
Joshua
Joshua el 16 de Ag. de 2022
thanks for your help - will look into this.

Iniciar sesión para comentar.

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