
CLI is not running when i set absolute path
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
채우
am 22 Apr. 2024
Beantwortet: Angelo Yeo
am 22 Apr. 2024
When using CLI in polyspace path polyspace-bug-finder runs normally.
but in absolute path and run it, it will not run.
I think, There are no different, so how i can use absolute path to make auto CLI code?

0 Kommentare
Akzeptierte Antwort
Angelo Yeo
am 22 Apr. 2024
1) "polyspace-bug-finder" locates in
C:\Program Files\Polyspace\R2024a\polyspace\bin
not in
C:\Program Files\Polyspace\R2024a\
So, something like this will work with full path.

2) If you want to use the polyspace-bug-finder command in any current path and save typing the full path to the commands, add the path polyspaceroot\polyspace\bin to the Path environment variable on your operating system. Here, polyspaceroot is the Polyspace installation folder, for instance, C:\Program Files\Polyspace\R2024a. See also Installation Folder.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Run Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!