Path: news.mathworks.com!not-for-mail
From: "Daphne W" <daphnew_too_nospam@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Spaced headers with dlmwrite
Date: Sat, 11 Aug 2007 15:07:26 +0000 (UTC)
Organization: Technion
Lines: 14
Message-ID: <f9kjbe$pns$1@fred.mathworks.com>
Reply-To: "Daphne W" <daphnew_too_nospam@yahoo.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 1186844846 26364 172.30.248.37 (11 Aug 2007 15:07:26 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 11 Aug 2007 15:07:26 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1066798
Xref: news.mathworks.com comp.soft-sys.matlab:423529



I am using dlmwrite to create a txt file that is exported 
into excel. The txt includes text headers and number 
matrices. 
So far I have been creating a single text header that 
includes all the titles that a line in excel will have, 
and spacing the titles manually.... 
Is there a way to get each title tabbed from the one 
preceeding it?
If I use the '\t' option each letter in the title gets a 
tab and gets put into a different cell in excel.  

Thanks,
Daphne