MATLAB: Help me about Plotting command in Matlab

MATLABplotting

What 's the difference between ezplot and plot command in Matlab ? Which should I use that the graph is nicer ?

Best Answer

ezplot uses plot to make the actual plot. There is no difference in nicety of the output.
plot takes vectors of numerical data and ezplot takes a function as input and evaluates it internally.