figure

3 visualizaciones (últimos 30 días)
mohamed  al-asklany
mohamed al-asklany el 25 de Mzo. de 2012
if i plot point(x) in a graph how can i remove it from graph

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by