edge to node transfer and vice versa

조회 수: 1 (최근 30일)
Madhusudan Kulkarni
Madhusudan Kulkarni 2017년 7월 26일
편집: Madhusudan Kulkarni 2017년 7월 26일
I have Edge Incidence matrix [ Inf Inf 1 2; 1 Inf Inf Inf ; Inf 0 Inf Inf ; Inf 0 Inf Inf]. I want this matrix is to transfer to Node matrix using the elements inside the matrix, this I can call as element to element matrix. Output must be [ Inf 1 1 Inf; 3 Inf Inf Inf ; Inf Inf Inf 0 ; 3 Inf Inf Inf] Please help me regarding this transformation. Look PDF attached.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by