MATLAB: How to Determine Convexity of f(x)= x*sin(x) and how to draw its HESSAIN graph ,,,please help

MATLAB and Simulink Student Suitematrix

when i using SYMS command and want to plot it shows me an error that "Conversion to double from sym is not possible."

Best Answer

fplot() instead of plot()
Related Question