How can i specify characterization of ezplot?

20 vues (au cours des 30 derniers jours)
Le Dung
Le Dung le 21 Fév 2017
Modifié(e) : Le Dung le 21 Fév 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.

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Fév 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 commentaire
Le Dung
Le Dung le 21 Fév 2017
Modifié(e) : Le Dung le 21 Fév 2017
Thank you so much. Walter Roberson.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Particle & Nuclear Physics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by