I need to integrate Polyspace 2019b in MATLAB 2015b through automation.

7 visualizaciones (últimos 30 días)
basheer
basheer el 11 de Ag. de 2023
Comentada: Anirban el 4 de Sept. de 2023
I need to integrate Polyspace 2019b in MATLAB 2015b through automation.
  4 comentarios
Dyuman Joshi
Dyuman Joshi el 11 de Ag. de 2023
You could upgrade your MATLAB app to 2019b.
basheer
basheer el 11 de Ag. de 2023
Editada: basheer el 11 de Ag. de 2023
It is possible through m-scripting in matlab 2019b?

Iniciar sesión para comentar.

Respuestas (1)

Anirban
Anirban el 1 de Sept. de 2023
Based on R2019b documentation, it looks like you can cd to the folder polyspaceroot\toolbox\polyspace\pscore\pscore\ and then run:
polyspacesetup('install')
Here, polyspaceroot is the Polyspace installation folder, such as C:\Program Files\Polyspace\R2019b.
Starting R2021a, it is simpler to do the integration since you do not need to cd to the Polyspace folder. See polyspacesetup.
  2 comentarios
basheer
basheer el 4 de Sept. de 2023
toolbox\polyspace\pslink\pslink i have integrated this path. while tried to uninstall using pslinksetup('uninstall') and polyspacesetup('uninstall') access denied got this error. please help
Anirban
Anirban el 4 de Sept. de 2023
Did you open MATLAB as administrator?

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by