
CLI is not running when i set absolute path
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
채우
el 22 de Abr. de 2024
Respondida: Angelo Yeo
el 22 de Abr. de 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 comentarios
Respuesta aceptada
Angelo Yeo
el 22 de Abr. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Run Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!