photo

晓辉


Last seen: 6개월 전 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 ...

9개월 전 | 답변 수: 1 | 0

1

답변