Main Content
prodserver.addon.isInstalled
Determine if MATLAB Production Server add-on is installed from server instance
Syntax
Description
returns logical 1 (tf
= prodserver.addon.isInstalled(name
,host
,port
)true
) if a MATLAB®
Production Server™ add-on name
is installed from a server instance whose
address is specified by host
and port
, and returns
logical 0 (false
) otherwise.
The server instance does not need to be active when you run this function.
This function requires MATLAB Client for MATLAB Production Server.
additionally specifies a URI scheme (HTTP or HTTPS) for the server address.tf
= prodserver.addon.isInstalled(name
,host
,port
,'TransportLayerSecurity',setsecurity
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b