The proper syntax to find the value of f at x=5 is syms x f=3*x^2

  1. subs(F,x,,5)

  2. subs(f,5,x)

  3. subs(5,f,x)

  4. subs(f,x,5)


Correct Option: D

Find more quizzes: