figure
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
if i plot point(x) in a graph how can i remove it from graph
0 comentarios
Respuesta aceptada
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
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!