Pregunta


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

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

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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.

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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.

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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.

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

1

respuesta

Pregunta


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

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

0

respuestas

Pregunta


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.

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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.

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

2

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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

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

1

respuesta

Pregunta


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

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

0

respuestas

Pregunta


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

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

1

respuesta

Pregunta


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)

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

0

respuestas

Pregunta


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

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

1

respuesta

Cargar más