Plot 2D/3D region

The program plots convex linear closed regions in 2D/3D.
16,7K Descargas
Actualizado 24 jun 2025

Ver licencia

Nota del editor: This file was highlighted in the File Exchange Pick of the Week blog.

The program plots convex linear closed regions in 2D/3D. The region is a subset of R2 or R3 such that Ax>=b and lb<=x<=ub. It is also possible to plot points in the same plot.
(See help plotregion and help plotLinearConstraints for more documentation)

Citar como

Per Bergström (2025). Plot 2D/3D region (https://la.mathworks.com/matlabcentral/fileexchange/9261-plot-2d-3d-region), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2023a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Computational Geometry en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.1

Added a new plot-function (plotLinearConstraints) for visualizing linear constraints and some additional examples.

1.1.0.0

More examples are added.

1.0.0.0

Have done the documentation more clear.