You are missing the second argument that indicates the independent variable (x) in the formula. The first argument should be the valid expression for the function computation, not an equation.
It should look like this:
Y Function( 350*Exp(-0.01*x), x );