Analytic Center

Computes the analytic center of a set of linear equations.
402 Downloads
Updated 21 Nov 2011

View License

For a feasible set of linear equations Ax<=b that define a bounded polytope, the analytic center is the feasible point that maximizes prod(b-Ax).

[y flag] = ancenter(A, b) returns the analytic center, y, and the exit flag returned by the fmincon invocation that located it. It flag is -2 then ancenter has failed.

Cite As

Tim Benham (2024). Analytic Center (https://www.mathworks.com/matlabcentral/fileexchange/33859-analytic-center), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Computational Geometry in Help Center and MATLAB Answers
Acknowledgements

Inspired: Uniform distribution over a convex polytope

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0