I have two guis and I need to share data between them.how to share data between them
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hey I have two gui . In first gui I have several radio buttons and a image. I want to read the value of radio button in my second gui and copy the same image here.
Please help me out
Respuestas (1)
Alex Mcaulley
el 10 de Abr. de 2019
Editada: Alex Mcaulley
el 10 de Abr. de 2019
The best option is to use setappdata and getappdata functions:
Here you have an example:
0 comentarios
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!