Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Plotting in realtime, how to thread/downpri plotting
Date: Wed, 4 Nov 2009 09:30:04 +0000 (UTC)
Organization: Tandberg
Lines: 7
Message-ID: <hcrhis$r2e$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257327004 27726 172.30.248.38 (4 Nov 2009 09:30:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 4 Nov 2009 09:30:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1345687
Xref: news.mathworks.com comp.soft-sys.matlab:582301


I want to capture and process audio in realtime using playrec. At the same time, I want visual feedback. Problem is, any plot commands cause audio break-ups.

Is there any way to "schedule" for a plotting command to occur whenever possible without halting execution of the rest of the script? 

I want nice plots in real-time, but I would rather skip one plot than introduce audio break-ups...

-k