이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
MATLAB 클라이언트 프로그래밍
MATLAB Client for MATLAB Production Server™를 사용하면 MATLAB에서 클라이언트 프로그램을 작성하여 MATLAB Production Server 인스턴스에 배포된 함수를 호출할 수 있습니다. MATLAB Client for MATLAB Production Server는 MATLAB 애드온을 사용하여 서버 인스턴스에 배포된 함수에 MATLAB 세션을 연결합니다.
MATLAB 애드온 탐색기에서 MATLAB Client for MATLAB Production Server 지원 패키지를 설치하십시오. 애드온 설치에 대한 자세한 내용은 애드온을 받고 관리하기 (MATLAB) 항목을 참조하십시오.
함수
prodserver.addon.accessTokenPolicy | Set access token policy for user authorization (R2020b 이후) |
prodserver.addon.availableAddOns | MATLAB Production Server add-ons available on active server instance |
prodserver.addon.Explorer | Launch MATLAB Production Server Add-On Explorer app |
prodserver.addon.get | Get value of MATLAB Production Server add-on property (R2020a 이후) |
prodserver.addon.install | Install MATLAB Production Server add-on from server |
prodserver.addon.installFolder | Path to installation folder of MATLAB Production Server add-on (R2020b 이후) |
prodserver.addon.isAddOnFcn | Determine if function is installed as part of MATLAB Production Server add-on (R2020b 이후) |
prodserver.addon.isInstalled | Determine if MATLAB Production Server add-on is installed from server instance |
prodserver.addon.set | Set value of MATLAB Production Server add-on property (R2020a 이후) |
prodserver.addon.uninstall | Uninstall MATLAB Production Server add-on |
도움말 항목
- Connect MATLAB Session to MATLAB Production Server
MATLAB Client for MATLAB Production Server makes the functions deployed on on-premises MATLAB Production Server instances available in your MATLAB session.
- Execute Deployed MATLAB Functions
Use MATLAB to invoke MATLAB functions deployed on a server instance.
- Execute Deployed Functions Using HTTPS
Connect to server instances over a secure connection.
- Application Access Control
Get the permission to execute deployed applications by sending a bearer token.
- Manage Add-Ons
Use the MATLAB Production Server Add-On Explorer to find, install, and manage MATLAB Production Server add-ons.
- Configure Client-Server Communication
Set environment variables and update the configuration file to override the default configuration.
- Deploy Add-Ons
Package MATLAB Production Server add-on functions using MATLAB Compiler™ and MATLAB Compiler SDK™, then deploy to environments external to the MATLAB desktop.