| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
f = filesep
f = filesep returns the platform-specific file separator character. The file separator is the character that separates individual folder and file names in a path string.
Create a path to the iofun folder on a Microsoft Windows platform:
iofun_dir = ['toolbox' filesep 'matlab' filesep 'iofun'] iofun_dir = toolbox\matlab\iofun
Create a path to iofun on a UNIX[1] platform.
iodir = ['toolbox' filesep 'matlab' filesep 'iofun'] iodir = toolbox/matlab/iofun
[1] UNIX is a registered trademark of The Open Group in the United States and other countries.
![]() | fileread | fill | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |