polyspacesetup
Integrate Polyspace installation with Simulink
Syntax
Description
polyspacesetup
integrates Polyspace® with MATLAB® and Simulink®. You can choose to integrate Polyspace installed in a nondefault folder and perform the integration silently. This
function also removes the integration between Polyspace and MATLAB or Simulink.
polyspacesetup('install')
integrates Polyspace from the default installation folder with MATLAB or Simulink. If you installed Polyspace in a nondefault folder, the function prompts you for the installation folder.
See Installation Folder.
To run MATLAB scripts for Polyspace analysis, install MATLAB and Polyspace in separate folders, and then integrate them by using this function. See Integrate Polyspace with MATLAB and Simulink or Integrate Polyspace Server Products with MATLAB.
polyspacesetup('install', 'polyspacefolder',
integrates Polyspace installed in the folder folder
)folder
with MATLAB or Simulink.
polyspacesetup('install', 'polyspacefolder',
integrates Polyspace installed in the folder folder
, 'silent', isSilent
)folder
with MATLAB or Simulink silently when isSilent
is true
or with
a prompt if isSilent
is false
. When you start
MATLAB with the option -batch
, isSilent
is
set to true
by default. If you use a nondefault folder to install
Polyspace and then do not specify the folder in folder
, you are
prompted to specify the install location even if you use -batch
to start
MATLAB.
polyspacesetup('uninstall')
unlinks the currently linked
installation of Polyspace from MATLAB.
polyspacesetup('showpolyspacefolders')
lists all Polyspace folders that are linked to your current installation of MATLAB.
Examples
Input Arguments
Version History
Introduced in R2019a