Calculate Service Area For Fire Station Bye use Shortest Path

I Want Calculate Service Area for Fire Station Location By Access Time From Station until Demand Point

2 Comments

Please clarify what your Matlab question is.
And have a look at <http://www.mathworks.com/matlabcentral/answers/728-how-do-i-write-a-good-question-for-matlab-answers>

Sign in to comment.

Answers (1)

Service areas by access times are usually calculated as voronoi diagrams (see the voronoi() function) or by a multi-source breadth-first search (Wikipedia and MATLAB_BGL may help there).

Categories

Products

Tags

Asked:

on 8 Feb 2011

Community Treasure Hunt

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

Start Hunting!