top of page

Final

introduction

The project is about using MATLAB and cellphone to play table tennis.These are informations of the game.

in1.png
in2.png

Simulink and Stateflow designs by MATLAB.

1.png

Here we start!

Game rule:

1.If you miss 3 times,the game is over.

2.formula:

exp:

When you hit the ball successfully,exp+1;but if you miss,exp-1

level(1-5):

5 levels in total,every 5 exp will get into next level.

reaction time:

The time you can react after you see the ball.The formula is (1.1-level*0.2) seconds.

4.png

The ball is hit to you.

11.png

You hit the ball successfully.

6.png

You miss the ball.

9.png

You missed the ball 3 times.The game is over.

bottom of page