統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,555
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I minimize a function graphically?
I am trying to minimize f (x1, x2) = (x1 − 1)^2 + (x2 − 5)^2 subject to −x1^2 + x2 ≤ 4 −(x1 − 2)^2 + x2 ≤ 3 My MATLAB code...
4年以上 前 | 1 件の回答 | 0
1
回答質問
I'm trying to maximize the following function given the constraints using linprog, but I can't seem to figure it out. What am I doing wrong?
Maximize f= 5x+2y subject to 3x + 4y ≤ 24 x − y ≤ 3 x + 4y ≤ 4 3x + y ≥ 3 x ≥ 0, y ≥ 0 MATLAB CODE: clc, clear all ...
4年以上 前 | 1 件の回答 | 0
