filesep
현재 플랫폼의 파일 구분 기호(Separator)
설명
는 플랫폼별 파일 구분 기호 문자를 반환합니다. 파일 구분 기호는 경로에서 폴더와 파일 이름을 각각으로 구분하는 문자입니다.f
= filesep
예제
Windows에서 폴더 경로 만들기
Microsoft® Windows® 플랫폼에서 iofun
폴더의 경로를 만듭니다.
iofun_dir = ['toolbox' filesep 'matlab' filesep 'iofun']
iofun_dir = 'toolbox\matlab\iofun'
Linux에서 폴더 경로 만들기
Linux® 플랫폼에서 iofun
폴더의 경로를 만듭니다.
iofun_dir = ['toolbox' filesep 'matlab' filesep 'iofun']
iofun_dir = 'toolbox/matlab/iofun'
확장 기능
C/C++ 코드 생성
MATLAB® Coder™를 사용하여 C 코드나 C++ 코드를 생성할 수 있습니다.
사용법 관련 참고 및 제한 사항:
코드 생성에 사용하는 MATLAB® 버전을 기반으로 파일 구분 문자를 반환합니다.
스레드 기반 환경
MATLAB®의 backgroundPool
을 사용해 백그라운드에서 코드를 실행하거나 Parallel Computing Toolbox™의 ThreadPool
을 사용해 코드 실행 속도를 높일 수 있습니다.
이 함수는 스레드 기반 환경을 완전히 지원합니다. 자세한 내용은 스레드 기반 환경에서 MATLAB 함수 실행하기 항목을 참조하십시오.
버전 내역
R2006a 이전에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)