swcarpentry / matlab-novice-inflammation

Programming with MATLAB

Home Page:http://swcarpentry.github.io/matlab-novice-inflammation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`fullfile` command no longer required in ep3

gcapes opened this issue · comments

MATLAB interprets forward and backslashes as path separators automatically regardless of OS. Remove some cognitive load by removing mention of fullfile.

Actually, it's still a neat way to generate the file names, even if MATLAB will adjust path separators in a string to match the OS.