Exchanging data from data acquisition listener to GUI
Mostrar comentarios más antiguos
I am trying to create a buffer to store data between each listener call (when data is available)via a GUI. Could you give some idea as to how to achieve it?
I tried global variables, storing the data in handles but it doesn't work.
Thanks RY
Respuestas (1)
Joseph Cheng
el 31 de Mzo. de 2014
When you try to store the data in handles did you update the handles object with:
guidata(hObject, handles);
1 comentario
Rajeev Yadav
el 1 de Abr. de 2014
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!