Main Content
prodserver.addon.isAddOnFcn
Determine if function is installed as part of MATLAB Production Server add-on
Since R2020b
Description
returns logical 1 (tf
= prodserver.addon.isAddOnFcn(fcn
)true
) if the function fcn
is
present on the MATLAB® path and originates in a folder that belongs to a MATLAB
Production Server™ add-on. Otherwise, the function returns logical 0 (false
).
The function returns false
if the add-on containing
fcn
is disabled or not installed, because disabling an add-on removes
its functions from the MATLAB path.
This function requires MATLAB Client for MATLAB Production Server.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b