remove Mac path separators
Opened this issue · 0 comments
lnferris commented
[from @kakearney]
Many path names in the demos.m script, and possibly elsewhere, assume *nix/Mac path conventions (i.e. forward slash as a path separator). This may cause things to crash on Windows systems. Path names should be constructed using fullfile, pathsep, etc. to keep them platform-independent.