Path: news.mathworks.com!not-for-mail
From: "Prashant Patil" <prashantpatil002@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Interface with visual studio 2008
Date: Fri, 16 May 2008 11:54:02 +0000 (UTC)
Organization: IIT Bombay
Lines: 5
Message-ID: <g0jskq$h4m$1@fred.mathworks.com>
Reply-To: "Prashant Patil" <prashantpatil002@gmail.com>
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 1210938842 17558 172.30.248.37 (16 May 2008 11:54:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 16 May 2008 11:54:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1381085
Xref: news.mathworks.com comp.soft-sys.matlab:468820


I have a visual c++ program that generate some data during
its run .Now I need to transfer this data to matlab and plot
it using matlab .Is there any method in matlab by which I
can take data from visual  c++ program and plot it in matlab
(real time plotting ).