finding all files with a given file specification
f = findfiles()
f=findfiles(path)
f=findfiles(path,filespec)
:path a character string, a path. : :filespec a character stirng, a file specification, for example
“*.sce”.
: :f a column vector of strings, filenames. :
Finding all files with a given file specification filespec.
f=findfiles()
f=findfiles(SCI)
f=findfiles(SCI+'/modules/core/macros','*.sci')