Question


could anyone help me to solve the issue.
code: list_of_rng_seeds = [1 2 23] num_rng = length(list_of_rng_seeds) for rng_usage_idx = 1 : num_rng this_seed ...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


could anyone help me to solve this issue.
I am getting the result in the following manner iwant = 34 12 24 13 23 14 if i use the command...

environ 6 ans il y a | 3 réponses | 0

3

réponses

Question


could anyone help me how the numbers can be separated if they are joined together
for example 54 is the number i want to separate it into 5 and 4. could anyone please help me on this.

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


could anyone tell me how to group the combinations under the condition that the same number should not be repeated again.
code: c = combnk(1:4,2) If i run it i am getting c = 3 4 2 4 2 3 1 4 1 3...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


could anyone tell me how to group different users of different combinations under the condition user present in one group should not be present in other group.
could anyone tell me how to group different users of different combinations under the condition user present in one group should...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Could anyone tell me how to different combinations with respect to 6 users on the same coding.
If there are 4 users I want to combine users into groups under the conditions: # condition 1->users present in one group shou...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone help me to solve the issue.
If there are 4 users in the system say(1,2,3,4) and i want to form pair such that each pairs should contain 2 users under the co...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to change the rng value
code: unused_rows=1:6 while ~isempty(unused_rows) N_UE_rows=2; rng(3) rows=unused_rows(randsample(length(u...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Could anyone help me to fix the issue
code: unused_rows=1:6 while ~isempty(unused_rows) N_UE_rows=2; rows=unused_rows(randsample(length(unused_rows...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


could anyone help me how to fix this issue.
If there are 10 users (say user1,user2 and goes on till user10) present how to group the users under the following conditions -...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


could anyone tell me how to modify the line without using randsample
code: unused_rows=1:12; N_UE_rows=2; rows=unused_rows(randsample(length(unused_rows),N_UE_rows)) If i remove rands...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Could anyone help me to solve the issue
I want to compare the performance of two systems lets say A and B. I am getting the graph as i have attached it. for legend i ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone tell me how to set the x axis to (2 4 6 8 10 12)
could anyone tell me how to set the x axis to (2 4 6 8 10 12)

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone tell me how to group number of users such that each group should contain only 2 users.
could anyone tell me how to group number of users such that each group should contain only 2 users.

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


how to plot the graph for the following data with respect to x axis and y axis.
X axis data (2,4,6,8,10) y axis data(1.35,4.16,4.12,4.83,4.35) could anyone help me to do this.

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone help me to solve the following issue
The foolowing code works fine N_UE=10; unused_rows=1:N_UE; while ~isempty(unused_rows); N_UE_rows=ceil(sqrt(rand...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Could anyone tell me why NaN is being present instead of numbers.
Could anyone tell me why NaN is being present instead of numbers.

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Throughput performance of OFDMA
for the below mentioned code i want to plot the number of subcarriers in x axis and throughput on yaxis.but for me its showing t...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Please help me to solve the issue for the following code
I have asked this question already but I couldnt get the answers what i actually need. A=[0.01 0.02 0.03 0 0 0 0.02; 0.0...

environ 6 ans il y a | 2 réponses | 0

2

réponses

A répondu
Please help me to solve the issue for the following code
if i use the command line it gives the result what i need but the addition of the numbers of the matrix was not changed.

environ 6 ans il y a | 0

Question


Could anyone tell me how to replace the numbers of the matrix such that the addition of the numbers is fixed to a particular value
For the following matrix D=[1 2 3 0 0 6; 7 8 9 0 0 3; 4 5 6 0 0 7] if i add the numbers it results in 61. but h...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone tell me how to replace the value of the given matrix
A=[0.01 0.02 0.03 0 0 0 0.02; 0.02 0.03 0.04 0 0 0 0.03; 0.03 0.02 0.02 0 0 0 0.04] if i add all the numbers it comes...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


could anyone tell me which command can be used to get the sum to a fixed value for the following code
a=0.01; b=0.09; c=rand(2,3) r=a+(b-a).*c result=sum(sum(r)) The code executes and gives the result. Could anyo...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


could anyone tell me how to get the sum of an array to a fixed number say 12
could anyone tell me how to get the sum of an array to a fixed number say 12

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone tell me how to fix the issue.
I am having P_part containing random values of several sizes as seen below P_part = Columns 1 through 14 ...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Could anyone help me to solve the issue in the following code
I have run the following code: one.m in one script r = 2 c = 10 [x,v] = randfixedsum(r*c,1,0.35,0.01,0.09) y = ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


could anyone help me to solve the issue.
If i run the following code: a=0.01 b=0.09 r = 2; c = 10; [x,v] = randfixedsum(r*c,a,b,0.35); -------------call...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


could anyone tell me how to fix the sum of (n,m) array to a fixed value .
could anyone tell me how to fix the sum of (n,m) array to a fixed value .

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Could anyone tell me how to fix the sum of random numbers to a specified value in the following code.
If a=0.01; b=0.09; r = a + (b-a).*rand(2,3) For the above code how can i have the sum of r to a fixed value 0.35.Coul...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Could anyone help me to fix the issue.
If A=rand(5,10) how to have the values by fixing the minimum value to be 0.01 and maximum value to be 0.09 and by adding all t...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Charger plus