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
Post a Comment