how to manipulate new point on graph?

4 ビュー (過去 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);
  1 件のコメント
uncung fgv
uncung fgv 2012 年 5 月 1 日
very helpful.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-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