MATLAB Client Programming
MATLAB Client for MATLAB Production Server™ enables you to write client programs in MATLAB to invoke functions deployed on MATLAB Production Server instances. MATLAB Client for MATLAB Production Server uses MATLAB add-ons for connecting a MATLAB session to functions deployed on server instances.
Install the MATLAB Client for MATLAB Production Server support package from the MATLAB Add-On Explorer. For information about installing add-ons, see Get and Manage Add-Ons (MATLAB).
Functions
prodserver.addon.accessTokenPolicy | Set access token policy for user authorization (Since R2020b) |
prodserver.addon.availableAddOns | MATLAB Production Server add-ons available on active server instance (Since R2019b) |
prodserver.addon.Explorer | Launch MATLAB Production Server Add-On Explorer app (Since R2019b) |
prodserver.addon.get | Get value of MATLAB Production Server add-on property (Since R2020a) |
prodserver.addon.install | Install MATLAB Production Server add-on from server (Since R2019b) |
prodserver.addon.installFolder | Path to installation folder of MATLAB Production Server add-on (Since R2020b) |
prodserver.addon.isAddOnFcn | Determine if function is installed as part of MATLAB Production Server add-on (Since R2020b) |
prodserver.addon.isInstalled | Determine if MATLAB Production Server add-on is installed from server instance (Since R2019b) |
prodserver.addon.set | Set value of MATLAB Production Server add-on property (Since R2020a) |
prodserver.addon.uninstall | Uninstall MATLAB Production Server add-on (Since R2019b) |
Topics
- 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.