Feeds
질문
How do I solve this problem? I want to make code to solve this problem. I made the matrix D using triu function in matlab and than D=t+t.'
I have one vector and one matrix.. Facility_units=[4 2 3 1] total=4+2+3+1=10 matrix D= [0 4 2 4 ; 4 0 1 3 ; ...
대략 11년 전 | 답변 수: 1 | 0
