how to manipulate new point on graph?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i want to add new point to my graph, so it will appear much pretty. thx
2 comentarios
Daniel Shub
el 1 de Mayo de 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Respuesta aceptada
Junaid
el 1 de Mayo de 2012
hold your figure by following command.
hold on;
then add point.
plot(x,y);
Más respuestas (0)
Ver también
Categorías
Más información sobre Line 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!