How can i specify characterization of ezplot?
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!