how to manipulate new point on graph?

4 vues (au cours des 30 derniers jours)
uncung fgv
uncung fgv le 1 Mai 2012
i want to add new point to my graph, so it will appear much pretty. thx
  2 commentaires
Daniel Shub
Daniel Shub le 1 Mai 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
uncung fgv
uncung fgv le 1 Mai 2012
thx

Connectez-vous pour commenter.

Réponse acceptée

Junaid
Junaid le 1 Mai 2012
hold your figure by following command.
hold on;
then add point.
plot(x,y);
  1 commentaire
uncung fgv
uncung fgv le 1 Mai 2012
very helpful.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by