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

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

[Octave-bug-tracker] [bug #45439] fullfile.m don't return result: input


From: Rik
Subject: [Octave-bug-tracker] [bug #45439] fullfile.m don't return result: input missinterpreted
Date: Mon, 29 Jun 2015 23:48:49 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Update of bug #45439 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #2:

That's just weird.  Is it a self-compiled version of Octave or one from the
openSUSE repositories?

On Kubuntu 12.04 it works just fine.


fullfile ('/home/username', 'data')
ans = /home/username/data


And it works with cell inputs too.


fullfile ("/home/username", "data", {"f1.csv", "f2.csv", "f3.csv"})
ans =
{
  [1,1] = /home/username/data/f1.csv
  [1,2] = /home/username/data/f2.csv
  [1,3] = /home/username/data/f3.csv
}


What happens if you try to execute the built-in self tests with the following
code?


test ("fullfile")




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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