Question


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

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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.

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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.

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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.

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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.

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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.

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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)

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Load more