Hi all,
When I use genpath() I get a string output which is the sub-directories with
a ':' delimiter. For example,
.:./example:./example/subdir1:./example/subdir2
Is there an easy way to convert this string into an array of directories? I
need to feed it to another function in an array form.
Thanks very much,
Roy
PS - A note to the MATLAB developers - is it really good practice for
addpath() to take a string of this form?
|