Public Functions/Properties in App Designer
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ahmet Sahin
el 15 de Oct. de 2019
Comentada: Ahmet Sahin
el 6 de Nov. de 2019
Hello,
I have a really common question because I'm relativly new to programming in MATLAB.
In the App Designer you can choose between Public and Private Functions and Properties. The description of the App Designer says that Public Functions and Properties can be shared between apps.
I have two questions about that:
First of all, how can I access theese Functions and Properties from outside the app?
And is it possible to access these Functions and Properties from a Simulink Function Block while the App is running?
Thank You in advance!
0 comentarios
Respuesta aceptada
Sahithi Kanumarlapudi
el 6 de Nov. de 2019
You can refer to a similar question on how to access data of one app from another app in the following link
You can pass the “app” handle to any function and access its properties. Referring to the following links might be helpful to you
Hope this helps!
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer 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!