[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple Problem with save command
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Simple Problem with save command |
Date: |
Mon, 10 Jun 2013 16:37:01 -0400 |
On 10 June 2013 12:14, Emily Ann Kraus <address@hidden> wrote:
> I am using Octave-3.6.2 on a windows 7 machine. I have a simple code that
> makes some calculations and a plot. I would also like to save the variables
> xb and xb_xrho into a file called ntranschargedist.txt (or .dat, it doesn't
> matter). The line: save ntranschargedist.txt xb xb_xrho; should do this
> right? I have also tried the form: save ("ntranschargedist.txt", "xb",
> "xb_xrho"); When I run the code it works fine with no errors. The plot is
> just as it should be. However, no file shows up anywhere.
Type "pwd" in Octave. By default, save will save to this location. Do
you see any files there?
- Jordi G. H.