Main Content

polyspace-test -manage-addon

(System Command) Install or list add-ons for use with Polyspace Test

Since R2026a

Description

The system command polyspace-test -manage-addon allows installing or viewing installed add-ons for use with Polyspace® Test™.

polyspace-test -manage-addon -install -source <toolboxFile> installs a Polyspace Test add-on using a MATLAB® toolbox file <toolboxFile>.

polyspace-test -manage-addon -uninstall -name <addonName> uninstalls a previously installed add-on.

polyspace-test -manage-addon -list lists currently installed Polyspace Test add-ons.

Examples

collapse all

This example shows how to install an add-on from a MATLAB toolbox file addon.mltbx. For more information on sharing add-ons using MATLAB toolbox files, see Create and Share Toolboxes (MATLAB).

  1. In a terminal, navigate to the folder containing the toolbox file and enter:

    polyspace-test -manage-addon -install -source addon.mltbx
    After installation, you see the add-on name and installation location in the output. The command also updates the search path used with Polyspace Test so that the add-on can be located.

  2. View the list of installed add-ons.

    polyspace-test -manage-addon -list
    The name of the add-on installed in the previous step appears in the list. You can uninstall the add-on using this name with the command polyspace-test -manage-addon -uninstall.

Input Arguments

collapse all

Path to MATLAB toolbox (.mltbx) file that packages the add-on to be installed. For more information on sharing add-ons using MATLAB toolbox files, see Create and Share Toolboxes (MATLAB).

Name of add-on. To see the names of all currently installed Polyspace Test add-ons, use the command polyspace-test -manage-addon -list.

Version History

Introduced in R2026a