Setting Access Properties to Public without AppDesigner
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jack Georege
el 22 de Abr. de 2021
Comentada: Jack Georege
el 27 de Abr. de 2021
So I'm working on a project that requires programmatic GUI development, and I'm trying to set a variable to public so it can be used and shared between multiple callback functions.
I'm essentially trying to make the:
properties (Access = public)
x = 1234
end
happen but obviously it does not work. Is there a way to set a variable to be shared between callback functions programmatically?
FYI; I'm using a uifigure based GUI so I can't use anything that only works on a figure based GUI.
0 comentarios
Respuesta aceptada
Rik
el 23 de Abr. de 2021
As you can see here, class properties are public by default, so you don't need to add any text. The rest of that thread might be interesting for you as well.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings 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!