Floyd Shortest Path Routing
버전 1.0.0.0 (583 Bytes) 작성자:
Weihuang Fu
find the shortest path from any node to any node in a network
다운로드 수: 7K
업데이트 날짜:
2006/6/27
라이선스 없음
Given a input adjacent matrix (AdjMax) that represents a weighted, directed graph. The function finds the shorest path from one vertex 'i' to another 'j'. The return values includes a matrix (S) that denotes the shortest distance between vertices 'i' and 'j', and a matrix (P) that denotes the next vertex 'k' on the path from vertex 'i' to vertex 'j'
인용 양식
Weihuang Fu (2026). Floyd Shortest Path Routing (https://kr.mathworks.com/matlabcentral/fileexchange/11549-floyd-shortest-path-routing), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Mathematics > Graph and Network Algorithms > Construction >
- MATLAB > Mathematics > Graph and Network Algorithms > Construction > Directed Graphs >
Help Center 및 MATLAB Answers에서 Construction에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
