3D or 2D representation of a linear equation with 21 or more variables

Hi, I'm using linprog function to minimize a linear programming problem with 21 variables. Is there a way to visually represent it in 3D space or 2D space?
By the way, attached file is the linear programming problem that I want to optimize, where:
F - objective function
- A - Left hand side of constraints
- B - Right hand side of constraints

 Accepted Answer

If you have Statistics and Machine Learning Toolbox, you may be able to get a sense of the way the surface looks using the rstool function.

Asked:

on 8 Apr 2018

Commented:

on 9 Apr 2018

Community Treasure Hunt

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

Start Hunting!