필터 지우기
필터 지우기

different figures for nodes in clf plot

조회 수: 1 (최근 30일)
Manikanta
Manikanta 2011년 7월 5일
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일
Please try:
docsearch('"marker specifiers table"');
HTH.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by