統計
All
Feeds
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
約2年 前
質問
How to plot objective function with optimal solution
A=[1 3;-1 2]; Aeq=[2 1]; beq=4; b=[5;-1]; f=[-1 -5]; lb=[0;0]; [x,Z]=linprog(f,A,b,Aeq,beq,lb); fprintf('Optimal Solution...
約2年 前 | 2 件の回答 | 0
