Boundary function in Matlab 2012

 Accepted Answer

Steven Lord
Steven Lord on 22 Mar 2016
The BOUNDARY function was introduced in release R2014b; you will not be able to use it in earlier releases. If you simply need to draw a convex boundary around a set of points, take a look at the convex hull functions that have been part of MATLAB for much longer. Search for the term "convex hull" in your installation's documentation for a list of the functions that are available for this purpose in your release.

More Answers (0)

Categories

Asked:

on 22 Mar 2016

Answered:

on 22 Mar 2016

Community Treasure Hunt

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

Start Hunting!