Hello, is there something like the code below, which I can use when I start a session in "Backround". I just want to save my acquired data to a file continiously.
data = s.startForeground
[data,timeStamps,triggerTime] = s.startForeground
What does "starting a session in background" exactly mean? Do you mean a Matlab-session? Is the meaning of "s", "s.startForeground", "timeStamps", "triggerTime" inherently clear? Is there any chance that I can guess their meanings?
2 Comments
Direct link to this comment:
http://www.mathworks.es/matlabcentral/answers/42000#comment_95101
What does "starting a session in background" exactly mean? Do you mean a Matlab-session? Is the meaning of "s", "s.startForeground", "timeStamps", "triggerTime" inherently clear? Is there any chance that I can guess their meanings?
Direct link to this comment:
http://www.mathworks.es/matlabcentral/answers/42000#comment_95118
foreground and background have specific meaning for the purpose of the Data Acquisition Toolbox that is present in the Product list.