On 04/06/2008, Emily Moberg <emilym122 at hotmail.com> wrote:
> load("filename.txt") should work, but Octave spits out the error message
> that it can't find the file; do I need to put it somewhere special?
Put it in the current directory. If you want to know what Octave
thinks the current directory is, type "pwd" at an Octave prompt.
- Jordi G. H.