if i plot point(x) in a graph how can i remove it from graph

 采纳的回答

Wayne King
Wayne King 2012-3-25

1 个投票

plot(randn(100,1));
hold on;
h = plot(5,3.5,'k*');
%%%then
reset(h)

3 个评论

reset(h) clear all graph i want to clear this point only of graph
Ronald Kaptein
Ronald Kaptein 2012-3-27
Use delete(h) instead of reset(h)
if i want to move line in circular graph?

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Phased Array System Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by