Main Content

툴박스 배포

툴박스 생성 및 공유, 도움말 문서 추가

MATLAB® 파일을 패키징하여 다른 사람과 공유할 툴박스를 만들 수 있습니다. 이러한 파일에는 MATLAB 코드, 데이터, 앱, 예제, 도움말 문서가 포함될 수 있습니다. 툴박스를 만들면 MATLAB은 툴박스를 만든 사람이나 다른 사람이 툴박스를 설치할 수 있게 해 주는 단일 설치 파일(.mltbx)을 생성합니다.

함수

모두 확장

matlab.addons.toolbox.packageToolbox툴박스 프로젝트 패키징
matlab.addons.toolbox.toolboxVersion툴박스 버전을 쿼리하거나 수정
matlab.addons.toolbox.installToolbox툴박스 파일 설치
matlab.addons.toolbox.uninstallToolbox툴박스 제거
matlab.addons.toolbox.installedToolboxes설치된 툴박스에 대한 정보 반환
matlab.addons.toolbox.ToolboxOptionsOptions for packaging toolbox project (R2023a 이후)
matlab.codetools.requiredFilesAndProductsMATLAB 프로그램 파일의 종속성(Dependency) 나열
pcode난독 처리된 실행 파일 만들기
builddocsearchdb검색 가능한 문서 데이터베이스 작성
patchdemoxmlfilePatch demos.xml file (R2021a 이후)
validateFunctionSignaturesJSONValidate functionSignatures.json files
matlab.settings.FactoryGroup.createToolboxGroupCreate FactoryGroup root object for toolbox (R2019b 이후)
addGroupAdd new factory settings group (R2019b 이후)
addSettingAdd new factory setting (R2019b 이후)
matlab.settings.mustBeLogicalScalarValidate that setting value is a logical scalar (R2019b 이후)
matlab.settings.mustBeNumericScalarValidate that setting value is a numeric scalar (R2019b 이후)
matlab.settings.mustBeStringScalarValidate that setting value is a string scalar (R2019b 이후)
matlab.settings.mustBeIntegerScalarValidate that setting value is an integer scalar (R2019b 이후)
matlab.settings.SettingsFileUpgraderVersion-specific changes in factory settings tree of toolbox (R2019b 이후)
moveRecord move or rename of factory setting or group (R2019b 이후)
removeRecord removal of factory setting or group (R2019b 이후)
matlab.settings.reloadFactoryFileLoad or reload factory settings (R2019b 이후)
matlab.settings.loadSettingsCompatibilityResultsResults of upgrading personal settings of toolbox for specific version (R2019b 이후)
FactoryGroupGroup of factory settings and factory subgroup objects (R2019b 이후)
FactorySettingFactory settings object (R2019b 이후)
ReleaseCompatibilityResultsResults of upgrading toolbox with specific version number (R2019b 이후)
ReleaseCompatibilityExceptionException that occurs when upgrading toolbox (R2019b 이후)
VersionResultsResults of upgrade operations (R2019b 이후)
OperationResultStatus of individual operation when upgrading toolbox (R2019b 이후)

도움말 항목