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: Plotting a real time graph
Date: Fri, 28 Nov 2008 06:02:37 EST
Organization: The Math Forum
Lines: 11
Message-ID: <12009090.1227870188030.JavaMail.jakarta@nitrogen.mathforum.org>
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 1227870188 25852 144.118.30.135 (28 Nov 2008 11:03:08 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Fri, 28 Nov 2008 11:03:08 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:503625


I am designing a device, which needs to communicate with MATLAB via serial port

I need to have a CLI for taking values from the user which can be transmitted to the device. This has been done.

I have now run into this problem...
The device transmits a series of numbers which need to be plotted real time. Can this be done on MATLAB?
The CLI also needs to be active and available at the same time. 

Could someone please point me in the right direction? Please feel free to offer any suggestions or ideas that you might have.

I am new to MATLAB, but not to programming.