edge to node transfer and vice versa
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!