photo

晓辉


Last seen: 9ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


In solving linear programming problems, I limit the type of each element of Matrix x to integer, but the solved x element contains decimals
clc, clear, a = importdata('data2_10.xlsx'); a(isnan(a))=0; %把不确定值NaN替换为0 M=10^7; w=ones(14)*M; for i=1:14 for j=1:14 ...

12ヶ月 前 | 1 件の回答 | 0

1

回答