octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47628] addpath does not find data files for d


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47628] addpath does not find data files for dlmread while matlab does
Date: Wed, 06 Apr 2016 20:28:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #3, bug #47628 (project octave):

A Matlab compatible workaround is to use the which function when you want to
open a data file for reading that is intended to be found on the function load
path:


>> x = csvread(which('mytestdata.csv'))
x =

   1   2   3   4
   4   3   2   1



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47628>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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