session based DAQ in background with While loop

Hello,
I am coding a program in Matlab to acquire data in the background and at the same time reading data packet from the UDP.
I am doing something like
\\
s.startBackground
while(s.IsDone==0)
a=fscanf(udp)
end
However, the DataAvailable event listener never get triggered. Only when I remove the while loop it can be triggered. And no error msg is poping out.
Any ideas???
Thank you very much!!

Answers (1)

Hey, were you able to figure out the exact cause of the problem? Also, how did you overcome it. Thanks

Categories

Tags

Asked:

on 10 Apr 2015

Answered:

on 13 Jun 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!