in GUI , how to make the handles be used in my function?

2 visualizaciones (últimos 30 días)
Roger
Roger el 11 de Abr. de 2015
Editada: Roger el 11 de Abr. de 2015
use global or sth. ? Is there any way?
when i create my function , it occurs error: Attempt to reference field of non-structure array.

Respuesta aceptada

Roger
Roger el 11 de Abr. de 2015
Editada: Roger el 11 de Abr. de 2015
ok, i found one way ,just set the handles as a parameter and pass it to my function.
function myfun(handles,params)

Más respuestas (1)

Stephen23
Stephen23 el 11 de Abr. de 2015
Have a look in the documentation:
The best practice is to pass arguments to functions... you should try this!

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by