Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: running 2 different functions in parallel
Date: Wed, 1 Oct 2008 12:40:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 8
Message-ID: <gbvr34$89e$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1222864804 8494 172.30.248.37 (1 Oct 2008 12:40:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 1 Oct 2008 12:40:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1338633
Xref: news.mathworks.com comp.soft-sys.matlab:493091


How can I run 2 different functions on the same machine simultaneously? 

I am recording some sound from a microphone while datalogging something related from the serial port while the sound is being recorded.

Can the parallel computing toolbox be used for this? and if so, how? I have used the toolbox before but only for splitting a single function across processors.


Thanks.