help-octave
[Top][All Lists]
Advanced

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

Re:


From: Michael Grossbach
Subject: Re:
Date: Wed, 19 Apr 2006 19:38:09 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

> M = rand(12,5);
> csvwrite("test.csv", M);

writes the array M into the comma-separated file test.csv in the current directory. Most spread-sheet oriented programmes like OpenOffice Calc or Microsoft Excel can read this.

HTH, Michael

Carine Simon wrote:
Hello,

I've got a problem which I think is rather stupid but I can't solve it
so here I am: I need to save matrices in files with no header at all in
order to be able to use it within another software. I have found the
variable "save_header_format_string" but I've still got the information
on number of rows and columns etc. Any ideas?
Cheers,
Carine.


reply via email to

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