Domanda


could anyone tell me how to solve the issue
If i run the following code code: for v =1:size(All_VP,2) for u =1:size(All_UP,1) throughput1(u,v)=(Bmax.*log2(1+...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Could anyone help me to solve with the following issue.
A=[20 40 60 80 100] B= [ 120 140 160 180 200] for t=1:length(A) for r=1:length(B) G=rand(A(t),B(r)) ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Could anyone tell me how to vertically concatenate different sizes of matrices into one cell array.
Could anyone tell me how to vertically concatenate different sizes of matrices into one cell array.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Could anyone help me to solve the following error
I am getting Error Unbalanced or unexpected parenthesis or bracket. in the following line [E,E_part,P_part,U_part,V_part]=c...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anyone tell me how to view the hidden datas in the command window,if the data file was too long.
could anyone tell me how to view the hidden datas in the command window,if the data file was too long.

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Could anyone help me to check with the following code
code: global q N_UE=[10 20 30 40 50]; N_SC=[60 70 80 90 100]; iwant = cell(length(N_UE),1); for t= 1:length(N_...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anybody help me how to solve the error in the following code
code: global q; m=[10 20 30 40 50]; n=[60 70 80 90 100] for t= 1:length(m) for r= 1:length(n) A=rand(m...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


could anyone tell me how to stop the matlab coding while running.
could anyone tell me how to stop the matlab coding while running.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anyone help me to solve the error
Bmax=20; noise=10; A= [2 3 0 0 5; 5 6 0 0 4; 1 9 0 0 3] B = [1 5 0 0 6; 4 3 0 0 2; 7 ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anyone tell me what command can be used to return the row size of the matrix.
could anyone tell me what command can be used to return the row size of the matrix.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Could anyone tell me how to write the equation in matlab
Could anyone tell me how to write the equation in attachment using matlab

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


could anyone tell me how to display the row size of the matrix,if the size of the row keeps on changing.
could anyone tell me how to display the row size of the matrix,if the size of the row keeps on changing.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Could anyone help me to solve the error
E = [2 3 0 0 5; 5 6 0 0 4; 1 9 0 0 3] P = [1 5 0 0 6; 4 3 0 0 2; 7 8 0 0 9] U=sort(E,'...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


if i am having a matrix of n rows and m columns which command can be used to display the 3rd row second column value.
if i am having a matrix of n rows and m columns which command can be used to display the 3rd row second column value.

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anyboby help me to solve the error
Bmax=20; noise=10; E = [2 3 0 0 5; 5 6 0 0 4; 1 9 0 0 3] P = [1 5 0 0 6; 4 3 0 0 2; ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find logbase2(1.3333) and logbase2(1.7279)
how to find logbase2(1.3333) and logbase2(1.7279)

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


can anyone help me to find the solution of the statement "how to get the values only in the places where A has"
A=[0 0.6318 0 4.0000 0.1662 0 0 0 0.5583 0; 0 0.1265 ...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How to solve the following issue
throughput =((Bmax.*log(2)(1+((p_fix).*E_part))./ noise+((p_fix).*E_part))) File: Column: 21 ()-indexing must appear last i...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Could anyone help me how to write the matrix with respect to diagnol in the for loop.
If i run the following code 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_UE) ...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


could anyone help me to solve the error in the image attached
could anyone help me to solve the error in the image attached

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Could anyone help me to solve on unused_rows=1:50
In my code i am using unused_rows = 1:50 But when the command executes, it displays the result as shown in the attached...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anyone help me to fix the following issue
A =[1 2 3 4 5 31; 6 7 8 9 10 32; 11 12 13 14 15 33; 21 ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to generate the matrix of (50,100) with its diagonal alone having values
how to generate the matrix of (50,100) with its diagonal alone having values

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to use a pair of for loops for (n,m) matrix.
how to use a pair of for loops for (n,m) matrix.

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


could anyone help me how to overcome the following error
G=rand(50,100) C=rand(50,100) N_G=15;%No of group R = cell(N_G,1) sumR = cell(N_G,1) ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to run the following code for n number of rows and m number of columns.
A=[ 1 2 3 4 5; 11 12 13 14 15; 6 7 8 9 10; 21 22 23 24 25; 26 27 28 29 30]; B=[0 0 41 0 0; ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


could anyone help me to run the following code without error
A=[ 1 2 3 4 5; 11 12 13 14 15; 6 7 8 9 10; 21 22 23 24 25; 26 27 28 29 30]; B=[0 0 41 0 0; ...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


could anyone help me to run the code without error.
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...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to solve the error in the command for(R=2:4,N=2:4)
how to solve the error in the command for(R=2:4,N=2:4)

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to declare two variables together in the for loop
how to declare two variables together in the for loop

circa 8 anni fa | 1 risposta | 0

1

risposta

Carica altro