MATLAB: How can i specify characterization of ezplot

ezplotfigure

Hi everybody. Assumed that, i want to plot a figure use ezplot. So, how can i specify characterization of ezplot (such as: color,LineWidth…) like when i use plot? Thanks so much.

Best Answer

You cannot do that directly. However,
"h = ezplot(...) returns either a chart line or contour object."
So you could record the output handle of ezplot and set() the properties of the handle.