I have a problem with network connectivity matrix
이전 댓글 표시
i have a matrix a=[3 5 0;6 5 0;1 3 1;1 20 0;6 20 0], column 1 and column 2 represent edge connections, column 3 represents if connection is open/closed(0/1), i have to get a output in the form of a matrix,the output is [3 1;5 0;6 20]. I have matlab2015a so i cannot use graph theory.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Specialized Power Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!