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

 Risposta accettata

Wayne King
Wayne King il 25 Mar 2012

1 voto

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

3 Commenti

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Phased Array System Toolbox in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by