figure
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
if i plot point(x) in a graph how can i remove it from graph
0 Commenti
Risposta accettata
Wayne King
il 25 Mar 2012
plot(randn(100,1));
hold on;
h = plot(5,3.5,'k*');
%%%then
reset(h)
3 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!