Filter löschen
Filter löschen

How can i specify characterization of ezplot?

29 Ansichten (letzte 30 Tage)
Le Dung
Le Dung am 21 Feb. 2017
Bearbeitet: Le Dung am 21 Feb. 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.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 21 Feb. 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 Kommentar
Le Dung
Le Dung am 21 Feb. 2017
Bearbeitet: Le Dung am 21 Feb. 2017
Thank you so much. Walter Roberson.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Particle & Nuclear Physics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by