File separator in MatLab - filesep -- MatLab

 File separator in MatLab - filesep -- MatLab


filesep

[Description]
file separator for current platform.

more details on:

code:
iofun_dir = ['toolbox' filesep 'matlab' filesep 'iofun']

output:
iofun_dir =

    'toolbox\matlab\iofun'



Comments

Popular posts from this blog

How to join a file path with multiple char vector or string in MatLab? - fullfile -- MatLab