filemarker
파일 이름과 로컬 함수나 중첩 함수 이름을 구분하기 위한 문자
설명
m = filemarker
는 함수를 참조할 때 파일 이름을 로컬 함수나 중첩 함수 이름을 구분하는 데 사용되는 문자(기본적으로 >
)를 반환합니다.
예제
로컬 함수에 대한 도움말 액세스하기
imwrite.m
에 정의된 로컬 함수 validateSizes
에 대한 도움말 텍스트를 가져옵니다.
help(['imwrite' filemarker 'validateSizes'])
How many bytes does each element occupy in memory?
파일 마커 문자를 사용해도 같은 결과를 얻을 수 있습니다.
help('imwrite>validateSizes')
How many bytes does each element occupy in memory?
파일의 로컬 함수와 중첩 함수에서 중지하기
로컬 함수 및 중첩 함수의 첫 번째 실행 가능한 라인에 프로그램의 중단점을 설정합니다.
다음 명령문이 포함된 파일, myfile.m
을 만듭니다.
function n = myfile(x) n = myfunction(x); myfunction2; function z = myfunction2(x) z = x + 1; end end function y = myfunction(x) y = x + 1; end
로컬 함수 myfunction
에서 filemarker
문자를 사용하여 중단점을 설정합니다.
dbstop in myfile>myfunction
중첩 함수 myfunction2
에서 filemarker
문자를 사용하여 중단점을 설정합니다.
dbstop in myfile>myfunction2
확장 기능
스레드 기반 환경
MATLAB®의 backgroundPool
을 사용해 백그라운드에서 코드를 실행하거나 Parallel Computing Toolbox™의 ThreadPool
을 사용해 코드 실행 속도를 높일 수 있습니다.
버전 내역
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)