An Implementation of A Star Search Algorithm for Grid Search

A Star Search Algorithm

You are now following this Submission

A Star search algorithm is used for finding optimized path from a start to goal state. Though there are some short comings, most of the search problems can be solved using this algorithm.

D, D star, AD star are some of the modified versions of this algorithm

Cite As

Michael Mathew (2026). An Implementation of A Star Search Algorithm for Grid Search (https://www.mathworks.com/matlabcentral/fileexchange/44215-an-implementation-of-a-star-search-algorithm-for-grid-search), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0.0

Optimal Path derived from the search is displayed.

1.4.0.0

There was a small bug in the code, corrected and new code is been replaced.

1.0.0.0