Risposto
Load .mat file error
You have to share the commands you are using for us to see what might be happening. If you are simply doing something like this...

circa 5 anni fa | 0

Risposto
Is there an API to retrieve metrics from polyspace access
Hi Olivier, You definitely have options besides dumping the full html page. Just to clarify, when you say "metrics", do you me...

circa 5 anni fa | 0

| accettato

Risposto
Stack check by Code Prover
It is possible to calculate all code metrics other than stack size in the earlier stages of a Code Prover analysis. You have to ...

circa 5 anni fa | 0

| accettato

Risposto
BugFinder unable to find any NTL?
Hi Oliver, Code Prover can find this and other much more sophisticated cases of non-terminating loops. Bug Finder uses the same...

circa 5 anni fa | 0

| accettato

Risposto
Local Variable is calculated differently in the two runs
Hi, There is usually a thread of logic behind the Code Prover calculation since Code Prover uses quite airtight mathematic. How...

circa 5 anni fa | 1

| accettato

Risposto
Why do I get this error when using polyspace-configure: ERROR: [from sniffer] : invalid handle
Hi Jeremy, The message indicates that an NtCreateFile event (file creation) was detected, but the file could not be accessed. I...

circa 5 anni fa | 0

Risposto
Polyspace MISRA-CPP 2008 Coding rule custom setting
Hi Won, The message means that those rules are not implemented in the Polyspace version that you are using. The coverage of sta...

circa 5 anni fa | 0

Risposto
polyspace-report-generator: an error occurred while parsing class rptgen.DAObject
Please contact MathWorks Technical Support for a more detailed analysis of the issue: https://www.mathworks.com/support/contact_...

circa 5 anni fa | 0

Risposto
Bug Finder analysis on Autogenerated Code
Are you using all the High-Level Code Generation Objectives listed on this page? Are you also using a model verification tool? ...

circa 5 anni fa | 0

Risposto
Programmatically adding polyspace annotations in Simulink Model
You can use the function pslinkfun to programmatically add annotations to a block in a model. See the pslinkfun documentation.

circa 5 anni fa | 0

Risposto
Illegally dereferenced pointer may be incorrect
The orange warning does not mean that the pointer is null. In fact, you can see in the message that the pointer is not null. (Th...

circa 5 anni fa | 0

| accettato

Risposto
What are badly-typed functions in polyspace code prover 2016b ?
Hi, The message indicates that the function pointer might point to a function whose prototype does not match the function point...

circa 5 anni fa | 0

Risposto
Local Variable was change range value but not assigned
Hi, One of the reasons could be that Code Prover is considering the case where the if branch, where u1t_InRnewEndPntIdx is assi...

circa 5 anni fa | 1

| accettato

Risposto
How to add a new module into my exist project
Hi, You can add the third module interactively in the Polyspace user interface and then generate scripts for command-line runs ...

circa 5 anni fa | 0

Risposto
I am tring to continue matlab script execution after polyspacecodeprover function showing error in matlab window. but matlab close script execution .
Hi, I am guessing when you mention failure of the polyspace function, you mean a failure because of compilation errors in the ...

circa 5 anni fa | 0

| accettato

Risposto
How to read Polyspace bugfinder report in matlab or get result in matlab workspace?
You can use a polyspace.BugFinderResults object to read a .psbf file. When creating the object, you have to provide a results fo...

circa 5 anni fa | 0

Risposto
polyspace code prover: cosmic compiler issue
Hi, It is not the #if per se, but the [0] of __TRGT__[0] that is causing the problem. Following the standard, Polyspace does no...

circa 5 anni fa | 0

Risposto
Polyspace code prover not able to analyse stack for whole project
Hi, Could you provide some more information? For instance, the following would be helpful: When you say 'project', do you mean...

circa 5 anni fa | 0

| accettato

Risposto
Polyspace_Code_Prover : Not able to do stack analysis for entire code of my project
Hi, Could you provide some more information? For instance, the following would be helpful: When you say 'project', do you mean...

circa 5 anni fa | 0

Risposto
In Polyspace Access R2020a, is it possible to autostart Access Cluster services on boot?
You can change the Docker restart policy so that the services restart automatically after a reboot. See more details in Configur...

circa 5 anni fa | 0

| accettato

Risposto
Polyspace can not import Renesas Project
Hi again, The Renesas RL78 compiler toolchain has been deprecated by Renesas. See here for instance: https://www.renesas.com/e...

oltre 5 anni fa | 0

| accettato

Risposto
Polyspace can not import Renesas Project
Hi, The error message indicates that none of the executables detected during your build match with compilers known to Polyspace...

oltre 5 anni fa | 0

Risposto
new .m file with Polyspace
You cannot use Polyspace alone to write .m files. You need a MATLAB installation. Once you install both MATLAB and Polyspace, y...

oltre 5 anni fa | 0

Risposto
Polyspace Command line : Add review information to results
If you are using the release R2020b, you can use the polyspace-results-export command to export the results to CSV or JSON forma...

oltre 5 anni fa | 0

Risposto
I am not able integrate polyspace plugin in matlab
Hi Vicky, Since the S32 Design Studio seems to be Eclipse-based, can you make sure you followed steps similar to the ones for E...

oltre 5 anni fa | 0

Risposto
how to generate generate .psprj file?
Hi Abhilash, You can create a Polyspace project from within the Polyspace user interface (File > New Project). See more details...

oltre 5 anni fa | 0

Risposto
read_memory_region: not all expected entries were read. A possible workaound is to use -cppfe-extra-flags --skip_il_check option
Hi Leoncio, This issue might be related to this bug: https://www.mathworks.com/support/bugreports/2076202 Without more inform...

oltre 5 anni fa | 0

Risposto
What do the different colors in the PolySpace Source Code View, RTE View and Variable View windows mean?
See more description of colors used in Polyspace Code Prover in the documentation: Code Prover Result and Source Code Colors.

oltre 5 anni fa | 0

Risposto
Shall I integrate polyspace tool with python scripting
Hi Ashwini, There is no package available to integrate Polyspace with Python. Having said that, you can run Polyspace using sys...

oltre 5 anni fa | 0

Risposto
Polyspace-Code-Prover: User Program Error: User should provide a main routine, use -main or -main-generator.
Hi, Could you confirm a couple of things: The file that has the main function was indeed added to the Polyspace project (if yo...

oltre 5 anni fa | 0

| accettato

Carica altro