help-octave
[Top][All Lists]
Advanced

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

Re: Read a csv file


From: Pantxo
Subject: Re: Read a csv file
Date: Thu, 14 Nov 2019 04:39:19 -0600 (CST)

guillaumem wrote
> mycsv = csvread('nameofthedocument.csv')
> 
> The csv document is in the same folder than my octave file and the error
> message is :
> 
> mycsv = csvread('nameofthedocument.csv')
> error: dlmread: unable to open file 'nameofthedocument.csv'
> error: called from
>     csvread at line 39 column 5
> 
> --
> Sent from:
> https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html

Hi,

What is your "octave file"? AFAICS you ran the command from the prompt,
otherwise the line of the script where the error occured would appear in the
error call stack. If not then what does "pwd" return for your current
working directory? 

Pantxo



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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