이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
C 클라이언트 프로그래밍
MATLAB® Production Server™ C/C++ 클라이언트 API를 통해 개발자는 원격 서버에서 MATLAB 함수를 실행할 수 있습니다. MATLAB 함수를 실행하기 전에 함수에 대한 인수를 MATLAB Production Server 고유의 mpsArray
구조체로 변환해야 합니다. mpsArray
구조체로 작업하는 방법에 대한 자세한 내용은 Manage MATLAB Data in C/C++ Clients 항목을 참조하십시오.
클라이언트 프로그램을 만드는 방법에 대한 개요는 Create a C MATLAB Production Server Client 항목을 참조하십시오.
클라이언트 구현의 전체 예제를 보려면 Create a C++ Client 항목을 참조하십시오.
도움말 항목
- Create a C MATLAB Production Server Client
Learn how to create a MATLAB Production Server client in C or C++.
- Create a C++ Client
Learn how to call a MATLAB function deployed to MATLAB Production Server from a C++ application.
- Create the Client Runtime Context
Use
createContext()
to create a client runtime context. - Configure the Client-Server Connection
Use
mpsClientConfig
structure to configure the client-server connection. - Access Secure Programs Using HTTPS
Process to establish a secure connection between client and server using HTTPS.
- Handle Function Processing Errors
Procedure for handling errors that occur when processing MATLAB functions.
- Clean Up MATLAB Resources
Process for cleaning up various resources used by the client to enable shutdown process.
- Manage MATLAB Data in C/C++ Clients
Information on MATLAB data types and how to use the
mpsArray
API to manage MATLAB data between C/C++ clients and the server. - Supported MATLAB Data Types for Client and Server Marshaling
MATLAB Production Server supports marshaling of several MATLAB data types between C client applications and server instances.