figure

2 次查看(过去 30 天)
mohamed  al-asklany
mohamed al-asklany 2012-3-25
if i plot point(x) in a graph how can i remove it from graph

采纳的回答

Wayne King
Wayne King 2012-3-25
plot(randn(100,1));
hold on;
h = plot(5,3.5,'k*');
%%%then
reset(h)
  3 个评论
Ronald Kaptein
Ronald Kaptein 2012-3-27
Use delete(h) instead of reset(h)
mohamed  al-asklany
mohamed al-asklany 2012-3-29
if i want to move line in circular graph?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by