Path: news.mathworks.com!newsfeed-00.mathworks.com!news.kjsl.com!news.glorb.com!news2.glorb.com!news.glorb.com!tr22g12.aset.psu.edu!news.mathforum.org!not-for-mail
From: =?UTF-8?Q?Adam_=C5=98=C3=ADmsk=C3=BD?= <adamrimsky@seznam.cz>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Graph theory, allshortestpaths, show parts of the path
Date: Thu, 05 Nov 2009 14:56:47 EST
Organization: The Math Forum
Lines: 1
Message-ID: <1506820227.17354.1257451037749.JavaMail.root@gallium.mathforum.org>
References: <hcuurn$fj3$1@fred.mathworks.com>
NNTP-Posting-Host: gallium.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1257451037 10886 144.118.94.39 (5 Nov 2009 19:57:17 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Thu, 5 Nov 2009 19:57:17 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:582850


Hello Lucio, thank you for your answer but can you explaine me in more details how can i use these outputs? I read matlab help for this function but I dont know how to use this function to solve my problem. In matlab help they are finding shortest path only from node 1 to 6 but I dont know how to set parameters to find shortest paths (vector path) between every nodes without applying this function on every possible path (without setting every source and destination). Simply I dont know how to use that first and third output of graphshortestpath function to get the sequence of nodes, between all nodes, for every shortest paths. Iam sorry for these noob questions but iam newcomer in matlab and i need every help.