help-octave
[Top][All Lists]
Advanced

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

Re: open file in another directory


From: Jordi Gutiérrez Hermoso
Subject: Re: open file in another directory
Date: Sun, 21 Aug 2011 22:03:10 -0500

On 20 August 2011 07:48, Ibler, Alexandra (0930xxx)
<address@hidden> wrote:
> When I start octave and want to open an input file, which is in another 
> directory, what do I have to type in?

I imagine you want to execute a script? Use

     source("/full/path/name/script.m");

or are you reading a data file? Then try, e.g.

     data = load("/full/path/name/data.txt.dat.file.bytes");

That is, just specify the path of what you want to read.

HTH,
- Jordi G. H.


reply via email to

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