photo

晓辉


Last seen: 6 mois il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 ...

9 mois il y a | 1 réponse | 0

1

réponse