Convert adjacency matrix to specific edge list

4 vues (au cours des 30 derniers jours)
muhammad ismat
muhammad ismat le 16 Sep 2015
if i have the matrix
[1 0 0
0 0 1
0 0 0 ]
and i want the form
1 2 3 1 2 3 1 2 3
1 1 1 2 2 2 3 3 3
1 0 0 0 0 0 0 1 0
and i want the values of third row in result. i.e ans= [1 0 0 0 0 0 0 1 0]

Réponses (0)

Catégories

En savoir plus sur Data Type Conversion 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