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:51:39 -0500

2010/6/18 Erika Bueno <address@hidden>:
> Does this list accept attached files? If it does, I can send it.

Sure. It would also help if you could paste the exact commands you
used to get the file. On my system

     octave:1> a = [1 2; 3 4]
     a =

        1   2
        3   4

     octave:2> save foo a

works fine and creates a file named "foo" with the contents of a.


reply via email to

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