Borrar filtros
Borrar filtros

different figures for nodes in clf plot

1 visualización (últimos 30 días)
Manikanta
Manikanta el 5 de Jul. de 2011
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).

Respuestas (1)

Rick Rosson
Rick Rosson el 5 de Jul. de 2011
Please try:
docsearch('"marker specifiers table"');
HTH.

Categorías

Más información sobre Discrete Data Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by