Path: news.mathworks.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!news.mathforum.org!not-for-mail
From: arindam <goswamiarindam@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Plotting a real time graph
Date: Fri, 28 Nov 2008 09:43:17 EST
Organization: The Math Forum
Lines: 10
Message-ID: <23963555.1227883427711.JavaMail.jakarta@nitrogen.mathforum.org>
References: <ggosqi$n30$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1227883427 10832 144.118.30.135 (28 Nov 2008 14:43:47 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Fri, 28 Nov 2008 14:43:47 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:503657


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