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!