what does pred means in the command (dist ,path, pred)=grap​hshortestp​ath(G,S)?

조회 수: 1 (최근 30일)
Student
Student 2015년 12월 2일
댓글: Student 2015년 12월 3일
[dist,path,pred]= graphshortestpath(DG,1,2)
dist =
1.3600
path =
1 5 4 6 2
pred =
0 6 5 5 1 4

답변 (1개)

Ingrid
Ingrid 2015년 12월 2일
just write the following command in your matlab:
doc graphshortestpath
This will tell you that:
... pred contains the predecessor nodes of the winning paths.
  댓글 수: 1
Student
Student 2015년 12월 3일
yes i do understand this but the problem is that the values stored in this pred donot form a logic.....

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Neuroimaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by