Muhammad Haris
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
i want to extract valid possibilities from matrix. A screenshot of that matrix is attached here.
I have Meters= 2 Subcarriers=2 Power levels=[0.5,1] I wanted to find the total possibilities.. (a picture of the ...
7 years 前 | 1 个回答 | 0
1
个回答提问
I want to solve the objective function
<</matlabcentral/answers/uploaded_files/89689/wre.JPG>> How to solve the objective function given in the picture?if i have P_...
7 years 前 | 1 个回答 | 0
1
个回答提问
I need your help to solve the following problem (attached picture)..Values of all the parameters are also given in the 2nd picture attached
Hi i am trying to solve the attached equation with the given parameters values which are also attached in the second picture. T...
7 years 前 | 0 个回答 | 0
0
个回答提问
I need your help to solve the following problem (attached picture)..Values of all the parameters are also given in the 2nd picture attached
<</matlabcentral/answers/uploaded_files/88921/gjbkbkb.JPG>> Hi i am trying to solve the attached equation with the given para...
7 years 前 | 0 个回答 | 0
0
个回答提问
I have M=2 S=2 and having 4 possible combination of these two. Need to form a matrix from these four possibilities a= [1 1 2 2;1 2 1 2]. so i want to make a generic code using for loop that may be valid for every value of M and S....Thanks
<</matlabcentral/answers/uploaded_files/87042/ss.JPG>> M=2; S=[1,2];pos=size(S,2)^M;for i=1:M for j=1:pos X(i,j)=S(i) end e...
7 years 前 | 2 个回答 | 0