different figures for nodes in clf plot

Hi, I would like to represent birds as nodes in a network. I simulated using the following commands
clf
plot(X(1,:), X(2,:), 'X') % drawing swarm movements
axis([-0.2 2.5 -0.2 2.5]);
pause(0.3)
The above code represents each node as a cross mark. I would like to represent the nodes in some other manner (using some other figure like lines with circles at their edges).

回答 (1 件)

Rick Rosson
Rick Rosson 2011 年 7 月 5 日

0 投票

Please try:
docsearch('"marker specifiers table"');
HTH.

カテゴリ

ヘルプ センター および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

質問済み:

2011 年 7 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by