photo

Zulham Mr


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Message

A Matlab/Simulink enthusiast

Statistics

All
MATLAB Answers

5 Questions
0 Answers

Cody

0 Problems
18 Solutions

RANK
209,153
of 300,352

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
26,089
of 168,212

CONTRIBUTIONS
0 Problems
18 Solutions

SCORE
200

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


Polyspace Overflow Orange Checks
Hello guys, I have this C++ code: #include <iostream> using namespace std; int pos = 0; char *buf = NULL; const char *...

3 years ago | 1 answer | 0

1

answer

Question


DRS option is limited in Polyspace Code Prover
Hi guys, I have this C++ code below: void myfunc(int *arg, char *argv[]) { if (*arg == 1) *arg += 1; cha...

3 years ago | 1 answer | 0

1

answer

Question


Polyspace Orange Check: Adding DRS for array
Hello guys, I have this C++ code: static char hw_type[4] = {'V','2',0, 0}; void myfunc() { hw_type[1]++; } This is h...

3 years ago | 1 answer | 0

1

answer

Question


Polyspace: expression must have a constant value
Hello guys, I have this C++17 code: #define I2C_BUS_MAX_BUS_ITEMS 3 struct my_bus_t { int bus{-1}; bool is_extern...

3 years ago | 1 answer | 0

1

answer

Question


Polyspace: Errors from Using Namespace std Without Prefix
Hi guys, I have problem in Polyspace stating that the global scope has no "mblen". I have tried the solution by adding std in ...

3 years ago | 1 answer | 0

1

answer