Not a 100 percent on this, but it looks as though @s means to define s as the variable of the transfer function.
I think another way to describe it would be
s = tf('s'); H = (s+2)/(0.01s^2+0.02s+2);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!