[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Saving Files in Octave
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Saving Files in Octave |
Date: |
Tue, 13 Aug 2013 11:05:37 -0400 |
On 13 August 2013 03:20, Babson, John Freeman [AP]
<address@hidden> wrote:
> octave-3.6.4:8> save file1
> error: save: unable to open output file 'file1'
You likely are trying to write to a location that you don't have write
permissions to. What does "pwd" say? Is this pointing to a writeable
location? Do "cd /some/other/location" so that you may save the file.
HTH,
- Jordi G. H.