[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Excel Data in Octave
From: |
fork |
Subject: |
Re: Excel Data in Octave |
Date: |
Thu, 26 Apr 2012 19:24:50 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Timothy Field <timafield <at> gmail.com> writes:
> I called dlmread('TestData.csv') in octave (making sure I was in the
'/Users/user/Desktop' path), but it gave me the error: dlmread: unable to open
file `TestData.csv'.
dir() in Octave will give you a directory listing -- look for "TestData.csv". If
you don't see it, then neither does Octave unless you have a full path name.
pwd() will tell you your current directory, if nec.
> Anything that I am forgetting? Please help
Not that I can see, but you never know...
What octave version are you running?
Make sure you run "help dlmread" and read what you see.
- Excel Data in Octave, Timothy Field, 2012/04/26
- Re: Excel Data in Octave, PhilipNienhuis, 2012/04/26
- Re: Excel Data in Octave, Timothy Field, 2012/04/26
- Re: Excel Data in Octave, PhilipNienhuis, 2012/04/27
- Re: Excel Data in Octave, Jordi Gutiérrez Hermoso, 2012/04/27
Re: Excel Data in Octave, indium, 2012/04/26