from
dijsktra path finder
by Sebastien PARIS
Mex implementation of the dijkstra algorithm
|
| mexme_dijkstra.m |
try
echo on
mex dijkstra.c
mex Kadjacency.c
mex Radjacency.c
echo off
catch exception
if(~isempty(exception))
fprintf(['\n Error during compilation, be sure to:\n'...
'i) You have C compiler installed (prefered compiler are MSVC/Intel/GCC)\n'...
'ii) You did "mex -setup" in matlab prompt before running mexme_dijkstra\n']);
end
end
|
|
Contact us at files@mathworks.com