필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
basheer
basheer 2023년 8월 11일
댓글: Anirban 2023년 9월 4일
I need to integrate Polyspace 2019b in MATLAB 2015b through automation.
  댓글 수: 4
Dyuman Joshi
Dyuman Joshi 2023년 8월 11일
You could upgrade your MATLAB app to 2019b.
basheer
basheer 2023년 8월 11일
편집: basheer 2023년 8월 11일
It is possible through m-scripting in matlab 2019b?

댓글을 달려면 로그인하십시오.

답변 (1개)

Anirban
Anirban 2023년 9월 1일
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
basheer
basheer 2023년 9월 4일
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 2023년 9월 4일
Did you open MATLAB as administrator?

댓글을 달려면 로그인하십시오.

제품


릴리스

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by