photo

Mustafa Saraoglu


Last seen: 7 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
File Exchange

2 Files

Cody

0 Problems
1 Solution

RANK
N/A
of 300,603

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
2,775 of 21,028

REPUTATION
608

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
7

ALL TIME DOWNLOADS
1524

RANK
122,859
of 169,786

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 3
  • Editor's Pick
  • GitHub Submissions Level 3
  • 5-Star Galaxy Level 5
  • First Review
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


MOBATSim
Model-based Autonomous Traffic Simulation Framework to develop automated driving algorithms and test them in an urban traffic en...

3 years ago | 6 downloads |

5.0 / 5
Thumbnail

Submitted


SafeTown Project
Use Lego EV3 Robots, UDP and a detector camera to simulate a SafeTown using Simulink models.

5 years ago | 1 download |

4.9 / 5
Thumbnail

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

6 years ago