Path: news.mathworks.com!not-for-mail
From: "stephen " <huangj5@nationwide.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Writing formatted text files when column number of the ouput is uncertain?
Date: Tue, 31 Jul 2007 15:03:58 +0000 (UTC)
Organization: Nationwide Mutual Insurance Co.
Lines: 19
Message-ID: <f8nj0u$eig$1@fred.mathworks.com>
References: <f8ndon$pv1$1@fred.mathworks.com> <f8nhli$gok$1@fred.mathworks.com>
Reply-To: "stephen " <huangj5@nationwide.com>
NNTP-Posting-Host: webapp-01-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1185894238 14928 172.30.248.36 (31 Jul 2007 15:03:58 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 31 Jul 2007 15:03:58 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 642723
Xref: news.mathworks.com comp.soft-sys.matlab:421861


Thanks for your response. But the output is too big to be exported to spreadsheet, which I assume is what dlmwrite does, if I understand it correctly.

Thanks,
Stephen

"us " <us@neurol.unizh.ch> wrote in message <f8nhli$gok$1@fred.mathworks.com>...
> stephen:
> <SNIP wants to re-invent the wheel...
> 
> > I want to export some outputs by writing a formatted text file...
> 
> a hint:
> 
>      help dlmwrite;
> 
> which will probably do exactly what you want...
> 
> us