iam using ezplot, and getting error again and again.

1 view (last 30 days)
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.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 29 Jul 2013
You, probably have an m file named ezplot.m in your default folder

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!