Plot the feasible region for linear programming
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I have the following feasible regione of the linear program with "<=" inequality:
A =[ -1 -1 0; -1 0 -1; 0 -1 0;0 0 -1];
b =[ -1 -1 0 0];
I would draw this feasible region like a 3-D plot, but I did not succed, someone could help me?
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Linear Least Squares in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!