How can i specify characterization of ezplot?

4 visualizaciones (últimos 30 días)
Le Dung
Le Dung el 21 de Feb. de 2017
Editada: Le Dung el 21 de Feb. de 2017
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Feb. de 2017
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.
  1 comentario
Le Dung
Le Dung el 21 de Feb. de 2017
Editada: Le Dung el 21 de Feb. de 2017
Thank you so much. Walter Roberson.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by