필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Help in writing in matlab some code

조회 수: 1 (최근 30일)
ana take
ana take 2017년 1월 10일
마감: John D'Errico 2017년 1월 10일
Can anyone help to write in matlab the code inside the while cycle?
let e[i,j] ∈ S for which c[i,j] = max{c(e),e ∈ S};
S := S
S {[i,j]}; S := S − {[i,j]};
d[i,j] = d[j,i] = 1;
In this part of the code I don't understand if the S is the set of links and the c[i,j] is the maximum lifetime of the links between node i and j,how I can find the max lifetime if I don't know all routes between node i and j? The attached files can help to understand my question?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by