Contenuto principale

MATLAB Client Programming

R2026b
Create client programs in MATLAB®

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.accessTokenPolicySet access token policy for user authorization
prodserver.addon.availableAddOnsMATLAB Production Server add-ons available on active server instance
prodserver.addon.ExplorerLaunch MATLAB Production Server Add-On Explorer app
prodserver.addon.getGet value of MATLAB Production Server add-on property
prodserver.addon.installInstall MATLAB Production Server add-on from server
prodserver.addon.installFolderPath to installation folder of MATLAB Production Server add-on
prodserver.addon.isAddOnFcnDetermine if function is installed as part of MATLAB Production Server add-on
prodserver.addon.isInstalledDetermine if MATLAB Production Server add-on is installed from server instance
prodserver.addon.setSet value of MATLAB Production Server add-on property
prodserver.addon.uninstallUninstall MATLAB Production Server add-on
prodserver.addon.asyncfevalCreate a function scheduled to run on MATLAB Production Server (Since R2026b)

Objects

prodserver.pipeline.ClientMATLAB client for machine learning pipelines deployed to MATLAB Production Server (Since R2026a)
prodserver.addon.FevalFutureFunction scheduled to run on MATLAB Production Server (Since R2026b)

Topics