how to manipulate new point on graph?

i want to add new point to my graph, so it will appear much pretty. thx

2 个评论

http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

请先登录,再进行评论。

 采纳的回答

hold your figure by following command.
hold on;
then add point.
plot(x,y);

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by