photo

Muhammad Haris


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
198,159
of 300,553

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 2 answers | 0

2

answers