Path: news.mathworks.com!not-for-mail
From: "Rohit " <rohitranwadkar@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How can I export the display contant via command?
Date: Thu, 5 Nov 2009 18:43:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <hcv6bo$b2g$1@fred.mathworks.com>
References: <hct15b$15f$1@fred.mathworks.com> <hcunav$lh0$2@news.eternal-september.org>
Reply-To: "Rohit " <rohitranwadkar@gmail.com>
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 1257446584 11344 172.30.248.38 (5 Nov 2009 18:43:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 5 Nov 2009 18:43:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2016044
Xref: news.mathworks.com comp.soft-sys.matlab:582830


dpb <none@non.net> wrote in message <hcunav$lh0$2@news.eternal-september.org>...
> Q Zhang wrote:
> > Dear all,
> > 
> > I am wondering to export my "display" result directly to some files
> > such as excell or word, do you know how to do it by programming
> > instead of copy and past?
> ...
> 
> 

You may as well look out for fprintf function. It helps youvto print data to the file.

Rohit