Exchanging data from data acquisition listener to GUI
조회 수: 1 (최근 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!