Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Plotting a real time graph
Date: Fri, 10 Jul 2009 12:54:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <h37dla$cpl$1@fred.mathworks.com>
References: <ggosqi$n30$1@fred.mathworks.com> <23963555.1227883427711.JavaMail.jakarta@nitrogen.mathforum.org>
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 1247230442 13109 172.30.248.38 (10 Jul 2009 12:54:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 10 Jul 2009 12:54:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1856123
Xref: news.mathworks.com comp.soft-sys.matlab:554419


arindam <goswamiarindam@gmail.com> wrote in message <23963555.1227883427711.JavaMail.jakarta@nitrogen.mathforum.org>...
> Thank you Oliver and Ryan,
> 
> I now have an idea of how to proceed...
> I will implement time interval based callbacks which will
>   1) read the input buffer of the serial object
>   2) callback the stripchart function
> That should give me a real time plot with a rolling window
> :)
> If it works, I will share the results with you this Monday.
> Thanks again