help-octave
[Top][All Lists]
Advanced

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

Re: Help-octave Digest, Vol 41, Issue 22


From: Rob Mahurin
Subject: Re: Help-octave Digest, Vol 41, Issue 22
Date: Mon, 10 Aug 2009 14:36:34 -0400

On Aug 10, 2009, at 11:44 AM, Matthias Brennwald wrote:
On Aug 10, 2009, at 5:32 PM, address@hidden wrote:
Have you tried dlmread?

Uhm, I just did. I put my example data from my original message into a text file (~/Desktop/testy.txt) and tried the following:

------
octave:56> dlmread ('~/Desktop/testy.txt');
error: dlmread: unable to open file `~/Desktop/testy.txt'
octave:56> dlmread ('~/Desktop/testy.txt',' ',2,0);
error: dlmread: unable to open file `~/Desktop/testy.txt'
octave:56>
------

What am I doing wrong?

On my system, dlmread doesn't expand tildes:

octave:6> dlmread ("~/tmp.txt")
error: dlmread: unable to open file `~/tmp.txt'
octave:6> dlmread ("/Users/rob/tmp.txt")
ans = [...]


Rob

--
Rob Mahurin
University of Manitoba, Dept. of Physics & Astronomy
at:     Oak Ridge National Laboratory   865 207 2594
        Oak Ridge, Tennessee            address@hidden






reply via email to

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