how to manipulate new point on graph?

3 Ansichten (letzte 30 Tage)
uncung fgv
uncung fgv am 1 Mai 2012
i want to add new point to my graph, so it will appear much pretty. thx
  2 Kommentare
Daniel Shub
Daniel Shub am 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 am 1 Mai 2012
thx

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Junaid
Junaid am 1 Mai 2012
hold your figure by following command.
hold on;
then add point.
plot(x,y);

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by