이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
MATLAB Runtime
컴파일된 MATLAB® 함수를 사용하는 애플리케이션 배포
MATLAB Runtime(MCR)은 독립적으로 실행 가능한 세트로서 공유 라이브러리, MATLAB 코드, 기타 파일로 구성되어 있으며, 설치된 MATLAB이 없는 시스템에서 컴파일된 MATLAB 코드를 실행할 수 있게 해줍니다. 컴파일된 MATLAB 함수가 포함되어 있는 애플리케이션은 MATLAB Runtime에 대한 액세스가 필요합니다.
MATLAB Runtime이 포함되어 있는 애플리케이션 인스톨러를 만들려면, 이 인스톨러를 만들 때 사용한 MATLAB의 버전 및 업데이트 레벨과 매칭되는 MATLAB Runtime 인스톨러를 다운로드해야 합니다. 인스톨러 없이 패키징된 MATLAB 애플리케이션을 배포하려면, 최종 사용자는 MATLAB Runtime 인스톨러를 다운로드해야 하며 이때 이 인스톨러는 애플리케이션을 컴파일할 때 사용한 MATLAB의 버전과 매칭되고 업데이트 레벨이 동일하거나 그 이상이어야 합니다. 자세한 내용은 Download and Install MATLAB Runtime 항목을 참조하십시오.
함수
mcrinstaller | 현재 플랫폼에 해당하는 MATLAB Runtime 인스톨러의 버전과 위치 정보 표시 |
mcrversion | MATLAB 버전과 매칭되는 MATLAB Runtime 버전 번호 반환 |
compiler.runtime.createDockerImage | Create a Docker image that contains MATLAB Runtime (R2023b 이후) |
도움말 항목
MATLAB Runtime
- MATLAB Runtime 정보
MATLAB Runtime의 개요를 살펴봅니다. - Download and Install MATLAB Runtime
Install, configure, and uninstall MATLAB Runtime. - Set MATLAB Runtime Path for Deployment
Define paths for machines where you want to run applications generated with MATLAB Compiler™ or MATLAB Compiler SDK™. - Share MATLAB Runtime Instances
Use a singleton MATLAB Runtime to share runtime instances.
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™.