How to add 2 time frames and get figures from this code?

>> f = [20*20,15*10,7*15]; >> intcon = 1:3; >> A = []; >> b = []; >> Aeq = [20,10,15]; >> beq = [30]; >> lb = zeros (96,1); >> ub = ones (96,1); >> ub(96:end) = inf; >> lb = zeros (3,1); >> ub = ones (3,1); >> [x,fval] = intlinprog (f,intcon,A,b,Aeq,beq,lb,ub);

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimscape Multibody についてさらに検索

タグ

質問済み:

2018 年 4 月 1 日

編集済み:

2018 年 4 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by