some bug on Polyspace ,the variable imask never has value of 3。
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
ElectronicABC
am 5 Sep. 2023
Kommentiert: Shubham
am 12 Sep. 2023
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1473191/image.png)
the variable imask never has value of this simple program.
Akzeptierte Antwort
Weitere Antworten (1)
Shubham
am 8 Sep. 2023
Hi Chen,
I understand you could not figure out when the value of the variable "imask" reaches "3" as shown in the variable access panel.
The value of 3 in the "Reads" and "Writes" columns in the variable access denotes the frequency of reading or writing operations performed on the variable. It does not indicate the specific value of the variable "imask" during program execution.
For more info, read here:
4 Kommentare
Shubham
am 12 Sep. 2023
Hi Chen, Polyspace does not execute source code but does approximation. It looks like it is an over approximation in Polyspace R2021. Polyspace provided an over approximation of the possible values of imask. This issue has been fixed in the latest release. Thanks
Siehe auch
Kategorien
Mehr zu Code Prover Analysis in Polyspace Platform User Interface 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!