Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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.

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden