I need to integrate Polyspace 2019b in MATLAB 2015b through automation.
Show older comments
I need to integrate Polyspace 2019b in MATLAB 2015b through automation.
4 Comments
John D'Errico
on 11 Aug 2023
So you want to use a newer toolbox in an older release? This is not possible. That you want something does not mean you can have everything you want.
Dyuman Joshi
on 11 Aug 2023
You could upgrade your MATLAB app to 2019b.
Answers (1)
Anirban
on 1 Sep 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.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!