hello,
I wish to acquire data continuously using an NI DAQ usb 6356 and run two functions on the acquired data. One function is fast and must run after every second whereas the second is slow and should run after every 10 seconds. I have seen the information on
http://www.mathworks.co.uk/products/daq/demos.html?file=/products/demos/shipping/daq/demoai_continuous.html#14
Is there any way to do the same thing but with two functions, i.e instead of one time based callback '@demoai_continuous_timer_callback' can we have two callbacks?
The problem is that the second function is very slow and takes 10 seconds to complete.
Umar.