figure

1 Ansicht (letzte 30 Tage)
mohamed  al-asklany
mohamed al-asklany am 25 Mär. 2012
if i plot point(x) in a graph how can i remove it from graph

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by