- Right-click the project and select Add Source Folder.
- Navigate in your explorer and add the new file. The file should now show up in the project tree.
- Copy the file to a module. Right-click the file and select Copy to > Module_n. You can now run an analysis on the module. If you want to analyze this file alone, you can first create a new module (right-click and select Create new module).
How to test single file in a whole project in a polyspace bug finder.
5 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Anirban
2022-10-17
编辑:Anirban
2022-10-18
I am assuming you have already set up a project in the Polyspace user interface and want to add a new file to this project. To do this:
R2016b is quite an old release, but the above steps should be available there.
In case your question is about simply adding a new file to a project, you can select File > New in the user interface and on the first screen, make sure that the box Use template is unchecked. You should be taken to a screen where you can add a new file.
2 个评论
Anirban
2022-10-18
You have to add folders containing paths to your headers (compiler headers and other headers).
About compiler headers, in case the headers are standard ones like math.h and what not, you can get away with not adding paths to those headers. Although, it is best to mimic your compiler as much as possible. For more information on how to find paths to compiler headers, see Provide Standard Library Headers for Polyspace Analysis.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!