Feeds
提问
Matrix assignment inequality problem
I am interested in modifying the code below to find the parameters I_1, I_2, I_3 and I_4, to be used in another code. Every time...
7 years 前 | 2 个回答 | 0
2
个回答提问
Index exceeds matrix dimensions when I tried to execute this code.
for i = 1:I %% I = 10 for k = 1:K %% K = 100 rate(i,k,:) = W*log2(1+sinr); %% W = 20*10^6 energy...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do I translate my mixed integer programming optimization problem to series of executable Matlab code?
How do I translate my mixed integer programming (MIP)optimization problem to series of executable Matlab code?
9 years 前 | 0 个回答 | 0
