From: Sed Der on
Why am I getting :

>> t=0:10

t =

0 1 2 3 4 5 6 7 8 9 10

>> f=1

f =

1

>> g=inline (exp(2*t).*sin(2*pi*f*t+pi/8))
??? Error using ==> inline.inline at 47
Input must be a string.