Path: news.mathworks.com!not-for-mail
From: "john rootroot" <9p9fa4u411yg1860@yopmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: help append with dlmwrite
Date: Sat, 28 Jul 2007 17:03:32 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 28
Message-ID: <f8fst4$hj9$1@fred.mathworks.com>
Reply-To: "john rootroot" <9p9fa4u411yg1860@yopmail.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 1185642212 18025 172.30.248.36 (28 Jul 2007 17:03:32 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 28 Jul 2007 17:03:32 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1068838
Xref: news.mathworks.com comp.soft-sys.matlab:421539


hi  
i have a csv file in the form of
1 2 3
1 2 3
1 2 3
1 2 3
1 2 3
1 2 3

and a matlab variable in the workspace  with data like
4
4
4
4
4
4

i would like to add these data to the csv file so my csv file looks like:
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 
1 2 3 4
1 2 3 4

Is this possible?

thanks for help.