Exchanging data from data acquisition listener to GUI
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Joseph Cheng
2014-3-31
When you try to store the data in handles did you update the handles object with:
guidata(hObject, handles);
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 National Instruments Frame Grabbers 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!