Octave: Findfiles gives error -


i trying use findfiles command in octave:

names= findfiles('c:\users\user1\desktop')

which returns: 'findfiles' undefined near line 16 column 7

although first time ran it, told me undefined @ line 9 column 5.

i assume it's referring findfiles code(?).

am doing dumb? code work?

i'm trying run on windows 7. i've tried adding path using addpath.

findfiles invalid command in gnu octave 3.8. can achieve same effect other built-in functions or try unmaintained multicore package.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -