photo

Muhammad Haris


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
157,309
of 300,037

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,106

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

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

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

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

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

8 years 前 | 2 个回答 | 0

2

个回答