Effacer les filtres
Effacer les filtres

Possible to come out with a adjacency matrix?

1 vue (au cours des 30 derniers jours)
jy tan
jy tan le 6 Mar 2012
k = 1:30;
[B,V] = bucky;
axis square
subplot(1,1,1);
subplot(1,1,1);
gplot(B(1:30,1:30),V(1:30,:),'b-');
for j = 1:30,
text(V(j,1),V(j,2),int2str(j),'FontSize',10);
end
axis equal
figure(2);
spy(B);
since spy(B) shows the non zero elements, is it possible to generate adjacency matrix?

Réponses (1)

Laurens Bakker
Laurens Bakker le 7 Mar 2012
B is the an adjacency matrix.
  1 commentaire
jy tan
jy tan le 7 Mar 2012
when i type B, i didn't get 60x60 adj matrix
[ 0 0 0 0 0 1 1 1 1 1 ...
....
...]

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by