Frage


how to use repmat command in the for loop
could anyone help me how to use repmat command in the for loop

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Could anyone help me to solve the apply the repmat command in the code.
A=[ 1 2 3 4 5 31 36 71 72; 11 12 13 14 15 32 37 73 74; 6 7 8 9 10 33 38 75 76; 21 22 23 24 25 34 39 77 78...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


displaying the index of number
If p=1:1000; a=sort(p); Could anyone tell me how to display index of p after sorting it.{(p(1)=1,P(2)=2;P(3)=3...........

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to calculate the throughput for the expression
clear all; clc; B=100; C=[0 0 41 4 0; 45 12 0 0 15; 6 43 0 0 10; 0 0 23 42 0; 26 27 0 0 4...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to write a1=1;a2=2;a3=3; from A
if A=1:1000 how to write a1=1;a2=2;a3=3;.......a1000=1000; from A

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


random clustering of any number of rows and columns
The following code executes A=[0 0 41 0 0; 0 0 0 42 0]; non_0=sum(A); non_0...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to get rid of the error
N_UE=[10 20 30 40 50]; N_SC=[60 70 80 90 100]; for t= 1:length(N_UE) for r = 1:length(N_SC) G=rand(N_UE(t),N_SC(r)...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


could anyone tell me how to select arbitrary row groups in a random manner from the matrix of (50,100)
could anyone tell me how to select arbitrary row groups in a random manner from the matrix of (50,100)

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how can arbitrary row groups can be selected.
If A=50; B=100; C=rand(50,100); How can the arbitrary row groups can be selected.

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Could anyone help me to obtain new_C for the below mentioned code
If C=[0 0 41 0 0; 45 0 0 0 0; 0 43 0 0 0; 0 0 0 42 0; 0 0 0 0 44] non_0= sum(C); non_0=r...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


could anyone help me to get C from A and B
If A = 1 2 3 4 5 11 12 13 14 15 6 7 8 9 10 21 ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what is the difference between user index and number of users
what is the difference between user index and number of users

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to avoid the following error
how to overcome Undefined function 'sum' for input arguments of type 'function_handle'. Error in overall_throughput_Et = sum(su...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to overcome the error
Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %fixed noise power is assumed p_fix=0.01; %fixed t...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What is the difference between sum and symsum
could anyone tell me what is the difference between sum and symsum

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to get rid of the following error
q=1:t-1; throughput_E = Bmax*log2(1+p_fix(t)*gamma(t)/symsum(p_fix(q,1,t-1).*gamma(t))) If i run the code i am getting...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to overcome undefined function sum.
throughput_E =@(t)Bmax*log2(1+p_fix(t)*gamma(t)/sum(p_fix(q,1,t-1).*gamma(t))); overall_throughput_E = sum(sum(...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


writing equation in matlab
How to write the equation of image in matlab. The parameters of the image are i->number of users; gamma is the normalized c...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Could anybody tell me the working of coding
clear all; clc; N_UE=[10 20 30 40 50]; N_SC=[60 70 80 90 100]; for t= 1:length(N_UE) for r = 1:length(N_SC) ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please explain me on Attempted to access C_copy(1,:);
N_UE=[10 20 30 40 50]; N_SC=[60 70 80 90 100]; C=rand(N_UE(t),N_SC(r)); C_copy = C; sz=length(C_copy(1,:)) ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can anyone help me to solve the error
clear all; clc; N_UE=[2 4 6 8 10]; N_SC=[12 14 16 18 20]; for t= 1:length(N_UE) for r = 1:length(N_SC) C=ra...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to do random grouping of users for the following code
C= [0 0 0 0 0.00468466484961233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0; 0 0 0 0 0 0.00473152126698343 0 0 0 0 0 0 0 0 0 0 0 0 0 0; ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Could any one tell me how to overcome the Error using randi First input must be a positive scalar integer value IMAX, or two integer values [IMIN IMAX] with IMIN less than or equal to IMAX. Error in test (line 22) e=randi([1
clear all; clc; N_UE=[10 20 30 40 50]; N_SC=[60 70 80 90 100]; for t= 1:length(N_UE) for r = 1:length(N_SC)...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Difference between () and ([])
What is the difference C=rand(4,10) and C=rand([4,10])

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Could anyone help me to solve the issue of the size of the matrix
If i run the following code clc clear all %-----Simulation Parameters-----% Bmax=2000000; %maximum available bandw...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


please help me to solve the issue:
clear all clc %-----Simulation Parameters-----% Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can anybody help me to execute the following code
numUsers = diag([1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20]); N_UE = 1 : numUsers % Get a scrambled array...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to overcome the error
N_UE=[2 4 6 8 10]; numGroups = 5; for t= numGroups:length(N_UE) % divisions = sort(randperm(numGroups,t) , 'ascend')...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Could anyone help me to overcome the error
clear all clc %-----Simulation Parameters-----% Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to remove the index number
Could anybody help me how to remove the index number in for loop for the code mentioned below under the scenario it should not ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden