Posted inMechanical Engineering MATLAB subs to evaluate symbolic equation and function ? Posted by By SK Math Expert June 16, 2023Posted inMechanical Engineering Question : MATLAB subs to evaluate symbolic equation and function ? Answer : Example 1 : syms x f=log(sin(x)) g=exp(tan(x)) subs(f,pi/2) % evaluate of f at x= pi/2 subs(g,0) % evaluate of g at x= 0 Output : ans =… This Question has been answered. Please Login or Register to See The Answer Post navigation Previous Post what is code in MATLAB partial derivative of z=sin(x+y) ?Next PostHow to integrate python sympy of sin(x), e^x and log(x) ?