이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
MATLAB Compiler 시작하기
MATLAB® Compiler™를 사용하면 MATLAB 프로그램을 독립 실행형 애플리케이션 및 웹 앱으로 공유할 수 있습니다. 또한 MATLAB Compiler를 통해 MATLAB 프로그램을 MapReduce 및 Spark™ 빅데이터 애플리케이션, 그리고 Microsoft® Excel® 추가 기능으로 패키징하여 배포할 수도 있습니다. 최종 사용자는 MATLAB Runtime을 사용하여 로열티 없이 애플리케이션을 실행할 수 있습니다.
MATLAB 웹 앱에 브라우저 기반 액세스를 제공하기 위해 MATLAB Compiler에 포함된 MATLAB Web App Server™의 개발 버전을 사용하여 웹 앱을 호스팅할 수 있습니다. MATLAB 프로그램은 다른 프로그래밍 언어(MATLAB Compiler SDK™ 사용)와 연동하기 위해 소프트웨어 컴포넌트로 패키징할 수 있습니다. MATLAB Production Server™를 통해 엔터프라이즈 시스템에 대한 대규모 배포가 지원됩니다.
MATLAB에서 C 소스 코드와 C++ 소스 코드를 생성하려면 MATLAB Coder™를 사용하십시오.
튜토리얼
- MATLAB 함수로부터 독립 실행형 애플리케이션 만들기
이 예제는
compiler.build.standaloneApplication
함수를 사용하여 MATLAB 함수를 독립 실행형 애플리케이션으로 패키징하는 방법을 보여줍니다. - Install Deployed Application
Deploy and install a generated application.
- MATLAB에서 Excel 추가 기능 만들기
사용자 지정 함수가 포함된 추가 기능을 만들어 Excel 통합 문서에서 테스트합니다.
애플리케이션 배포 소개
- Steps for Deployment with MATLAB Compiler
Package MATLAB files into deployable components that do not require MATLAB.
- About Deployable Archives
Learn about deployable archive embedding behavior and how to use MATLAB Runtime component cache.
- Appropriate Tasks for MATLAB Compiler Products
View the differences between MATLAB Compiler and other MathWorks® products.
- Write Deployable MATLAB Code
Write flexible MATLAB code that can be packaged and deployed.
- Include and Access Files in Packaged Applications
Include and access additional files in packaged applications.
- Deployment Product Terms
See descriptions for deployment product terms.
- Files Generated After Packaging MATLAB Functions
Descriptions for files generated after packaging MATLAB functions.
- Dependency Analysis Using MATLAB Compiler
MATLAB Compiler uses a dependency analysis function to find and include files.