clearPersonalValue
설정에 대한 개인 값 지우기
설명
예제
설정 개인 값 지우기
MATLAB에서 코드 글꼴 크기에 대한 개인 값을 설정한 다음 지웁니다.
MATLAB에서 루트 SettingsGroup
객체를 가져오고 주석의 최대 열 너비에 대한 개인 값을 설정합니다.
s = settings s.matlab.editor.language.matlab.comments.MaxWidth.PersonalValue = 80;
MATLAB에 주석의 최대 열 너비에 대한 현재 값이 표시됩니다. 개인 값이 설정되어 있고 임시 값이 설정되지 않았으므로, 설정의 활성 값은 개인 값입니다. 활성 값이 결정되는 방식에 대한 자세한 내용은 설정 액세스 및 수정하기항목을 참조하십시오.
s.matlab.editor.language.matlab.comments.MaxWidth
ans = Setting 'matlab.editor.language.matlab.comments.MaxWidth' with properties. ActiveValue: 80 TemporaryValue: <no value> PersonalValue: 80 InstallationValue: <no value> FactoryValue: 75
개인 값을 지웁니다. 설정의 활성 값이 이제 공장 초기값으로 설정됩니다.
clearPersonalValue(s.matlab.editor.language.matlab.comments.MaxWidth)
ans = Setting 'matlab.editor.language.matlab.comments.MaxWidth' with properties. ActiveValue: 75 TemporaryValue: <no value> PersonalValue: <no value> InstallationValue: <no value> FactoryValue: 75
입력 인수
버전 내역
R2018a에 개발됨
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)