MATLAB: Iam using ezplot, and getting error again and again.

ezplotMATLAB

MY PROGRAM syms s t f=ilaplace(2/(s*s+3*s+2)); ezplot (f,0:10); ylim([0 1.5]);
ERROR ??? Attempt to execute SCRIPT ezplot as a function: C:\Program Files\MATLAB\R2011a\bin\ezplot.m
Error in ==> sym.ezplot at 58 h = ezplot(char(f),varargin{:});
Error in ==> Untitled2 at 3 ezplot (f,0:10);
MY FRIEND TRIED THIS PROGRAM ON HIS PC AND ITS WORKING PERFECTLY FINE.

Best Answer

You, probably have an m file named ezplot.m in your default folder