help-octave
[Top][All Lists]
Advanced

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

Re: exporting matrix to txt


From: Jordi Gutiérrez Hermoso
Subject: Re: exporting matrix to txt
Date: Fri, 18 Jun 2010 08:24:21 -0500

On 18 June 2010 07:51, Erika Bueno <address@hidden> wrote:
> Is there a way to export this matrix as a TXT file like this: line,
> column and the value inside the cell?

Try

     save the_file the_matrix

and go read the_file. You can pick whatever name you want for
the_file, including whatever extension you want.


reply via email to

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