Calculate Service Area For Fire Station Bye use Shortest Path
Show older comments
I Want Calculate Service Area for Fire Station Location By Access Time From Station until Demand Point
2 Comments
Walter Roberson
on 8 Feb 2011
Please clarify what your Matlab question is.
Andrew Newell
on 8 Feb 2011
And have a look at <http://www.mathworks.com/matlabcentral/answers/728-how-do-i-write-a-good-question-for-matlab-answers>
Answers (1)
Laurens Bakker
on 27 Feb 2012
0 votes
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
Find more on Voronoi Diagram in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!