이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Python 패키지 연동
컴파일된 MATLAB® 함수를 Python® 애플리케이션에 연동
MATLAB Compiler SDK™는 Python 메서드들을 제공하여 MATLAB Runtime을 초기화하고, 컴파일된 MATLAB 함수를 호출하고, Python 코드와 MATLAB Runtime 간에 전달되는 데이터를 관리할 수 있게 합니다.
호환되는 Python 버전의 목록은 MATLAB Supported Interfaces to Other Languages 항목을 참조하십시오.
MATLAB에서 Python을 호출하는 MATLAB 코드는 별도 프로세스(out-of-process)에서 호출되지 않으면 패키징할 수 없습니다.
함수
도움말 항목
요구 사항 및 주요 내용
- Differences Between MATLAB Engine API for Python and MATLAB Compiler SDK
Learn the differences between MATLAB Engine API for Python and MATLAB Compiler SDK for Python. - Initialize MATLAB Runtime
Initialize MATLAB Runtime for use with Python applications. - MATLAB Compiler SDK Python Target Requirements
Refer to the software requirements for using MATLAB Compiler SDK to deploy MATLAB functions to Python applications. - Development Environment
Python을 사용하여 생성 및 연동하기
- MATLAB 함수를 패키징하여 Python 애플리케이션에 배포하기
명령줄을 사용하여 MATLAB 함수로부터 Python 패키지를 만듭니다. - Create Python Application Using Library Compiler App
Create a Python package using a graphical approach. - Install and Import MATLAB Compiler SDK Python Packages
Import compiled Python packages containing MATLAB functions into your Python application.
샘플 애플리케이션
- Create Sample Code to Call Exported Function
Generate sample code in C++, .NET, Java®, or Python by including sample files during packaging. - Create Python Package to Optimize Cost Equation
Create a Python application that solves an optimization problem. - Create Python Application with Multiple MATLAB Functions
Implement an application that computes rectangle data using multiple functions. - Invoke a Packaged MATLAB Function
Invoke a compiled MATLAB function in Python. - Invoke a Compiled MATLAB Function Asynchronously
Asynchronously invoke a compiled MATLAB function that uses the Python object.
데이터 변환
- Pass Data Between MATLAB and Python
Learn how MATLAB converts data between Python and MATLAB data types. - matlab Python Module
Use thematlab
Python module to create MATLAB numeric types as Python variables. You can use these classes to pass MATLAB arrays between Python and MATLAB. - Use MATLAB Arrays in Python
Use MATLAB data types in a Python application.