help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using xlswrite csvwrite


From: fork
Subject: Re: using xlswrite csvwrite
Date: Wed, 6 Apr 2011 22:13:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

senator <senator314159 <at> hotmail.com> writes:

> I would like to
> be able to find a way to put a field column on the top of my data in a csv
> file. It works great writing the data to a csv file, but i want to be able
> to write the field row on the top row in text. 

This link might be helpful in understandign some of the functions which can be
used to format your header row(s).  Then use dlmwrite with the "append" option
to output the data matrix.

http://octave.1599824.n4.nabble.com/Equivalent-of-Perl-join-td3090590.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]