How can i specify characterization of ezplot?

조회 수: 5 (최근 30일)
Le Dung
Le Dung 2017년 2월 21일
편집: Le Dung 2017년 2월 21일
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.

채택된 답변

Walter Roberson
Walter Roberson 2017년 2월 21일
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
Le Dung
Le Dung 2017년 2월 21일
편집: Le Dung 2017년 2월 21일
Thank you so much. Walter Roberson.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by