help-octave
[Top][All Lists]
Advanced

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

Re: ASCII file format for sparse matrices?


From: Jordi Gutiérrez Hermoso
Subject: Re: ASCII file format for sparse matrices?
Date: Thu, 12 May 2011 15:50:45 -0500

On 12 May 2011 15:33, Rui Maciel <address@hidden> wrote:
> Does Octave support any ASCII file format to import/export sparse matrices?

Yes, it's the default format. Try

     x = sprand(5,5,0.2)
     save x x

and you can now inspect in an editor file named "x" to see how Octave saved it.

HTH,
- Jordi G. H.


reply via email to

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