MATLAB Runtime
컴파일된 MATLAB® 함수를 사용하는 애플리케이션 배포
MATLAB Runtime은 독립적으로 실행 가능한 세트로서 공유 라이브러리, MATLAB 코드, 기타 파일로 구성되어 있으며, 설치된 MATLAB이 없는 시스템에서 컴파일된 MATLAB 코드를 실행할 수 있게 해줍니다. 컴파일된 MATLAB 함수가 포함되어 있는 애플리케이션은 MATLAB Runtime에 대한 액세스가 필요합니다.
MATLAB Runtime이 포함되어 있는 애플리케이션 인스톨러를 만들려면, 이 인스톨러를 만들 때 사용한 MATLAB의 버전 및 업데이트 레벨과 매칭되는 MATLAB Runtime 인스톨러를 다운로드해야 합니다. 인스톨러 없이 패키징된 MATLAB 애플리케이션을 배포하려면, 최종 사용자는 MATLAB Runtime 인스톨러를 다운로드해야 하며 이때 이 인스톨러는 애플리케이션을 컴파일할 때 사용한 MATLAB의 버전과 매칭되고 업데이트 레벨이 동일하거나 그 이상이어야 합니다. 자세한 내용은 MATLAB Runtime 다운로드 및 설치하기 항목을 참조하십시오.
함수
mcrinstaller | 현재 플랫폼에 해당하는 MATLAB Runtime 인스톨러의 버전과 위치 정보 표시 |
mcrversion | MATLAB 버전과 매칭되는 MATLAB Runtime 버전 번호 반환 |
compiler.runtime.createDockerImage | Create a Docker image that contains MATLAB Runtime (R2023b 이후) |
compiler.runtime.customInstaller | Create a MATLAB Runtime installer for the specified files generated by MATLAB Compiler (R2024b 이후) |
도움말 항목
MATLAB Runtime
- MATLAB Runtime 정보
MATLAB Runtime의 개요를 살펴봅니다. - MATLAB Runtime 다운로드 및 설치하기
MATLAB Runtime을 설치, 구성 및 제거합니다. - 배포를 위한 MATLAB Runtime 경로 설정
MATLAB Compiler™ 또는 MATLAB Compiler SDK™로 생성된 애플리케이션을 실행하려는 컴퓨터의 경로를 정의합니다. - MATLAB Runtime Container
Learn how to get a MATLAB Runtime container image for use in CI/CD workflows. - 네트워크 드라이브에 애플리케이션 및 MATLAB Runtime 배포하기
네트워크 드라이브에서 MATLAB Compiler 생성 애플리케이션을 실행합니다. - Share MATLAB Runtime Instances
Use a singleton MATLAB Runtime to share runtime instances. - MATLAB Runtime Component Cache and Deployable Archive Embedding
Specify the MATLAB Runtime component cache size and location.
C/C++ 공유 라이브러리
- Using MATLAB Runtime User Data Interface
Access MATLAB Runtime data.
.NET 어셈블리
- MATLAB Runtime Run-Time Options
Specify run-time options to MATLAB Runtime.
Java 패키지
- Dynamically Specify Options to MATLAB Runtime
Specify options such as -nojvm, -nodisplay, and -logfile to MATLAB Runtime. - Define Embedding and Extraction Options for Deployable Java Archive
Manage deployable archive embedding and extraction behavior using either the MWComponentOptions class or environment variables.
Python 패키지
- Initialize MATLAB Runtime
Initialize MATLAB Runtime for use with Python® applications.
COM 컴포넌트
- MATLAB Runtime Options for COM Components
When you roll out a COM component to end users, there are times when you should specify MATLAB Runtime options to create a log file or improve performance.
Parallel Computing Toolbox
- Use Parallel Computing Toolbox in Deployed Applications
Pass a cluster profile to an application that uses the Parallel Computing Toolbox™.