Community Profile

photo

Mustafa Saraoglu


Technische Universität Dresden

Last seen: 1 year ago Active since 2019

Statistics

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

View badges

Content Feed

View by

Submitted


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

1 year ago | 14 downloads |

Thumbnail

Submitted


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

3 years ago | 4 downloads |

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,...

4 years ago