how to manipulate new point on graph?

조회 수: 1 (최근 30일)
uncung fgv
uncung fgv 2012년 5월 1일
i want to add new point to my graph, so it will appear much pretty. thx
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 5월 1일
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
uncung fgv
uncung fgv 2012년 5월 1일
thx

댓글을 달려면 로그인하십시오.

채택된 답변

Junaid
Junaid 2012년 5월 1일
hold your figure by following command.
hold on;
then add point.
plot(x,y);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by