Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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.

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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)

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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.

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

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

casi 7 años hace | 0

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 .

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

Cargar más