提问


could anyone help me how to execute the coding as i am getting error.
N_UE=[2 4 6 8 10]; N_SC=[20 30 40 50 60]; for j= 1:length(N_UE) for k = 1:length(N_SC) B= zeros(j,k); N= 4; ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to add the following array
how to add the command output_it(t,r,it) output_it(:,:,1) = 1.0e+16 * 0.0009 0.0012 0.0038 0.0035 0....

8 years 前 | 0 个回答 | 0

0

个回答

提问


add multidimensional array for the images
could anyone help me how to add multidimensional array for the attached images. The images which I have attached was executed...

8 years 前 | 0 个回答 | 0

0

个回答

提问


finding the average value
could anyone help me to find the average of A if A=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16;] B=[10 20 30 40] i want...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to add multidimensional array
how to add multimensional array for the following command output_it(t,r,it) where output_it is 5*5*5 double t is 1*1 doub...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to add n number of (3*3)matrixes
how to add n number of (3*3) matrixes

8 years 前 | 2 个回答 | 0

2

个回答

提问


Matrix calculation to find the average value
A=[1 2 3 4; 5 6 7 8; 9 10 11 12;] B=[13 14 15 16; 17 18 19 20; 21 22 23 24;] C=[25 26 27 28; 29 30 31 32; 33 34 35 36;] ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


matrix addition and calculating the average of it
how to add the three matrix and get the average of it A=rand(4*4) B=rand(4*4) C=rand(4*4)

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to make iterations and to plot the graph
could anybody tell me how to run 10 iterations for the output(t,r) and plot the graph. N_UE=[ 5 10 15 20 25]; N_SC=[ 60 ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to add rows and display the result
c = 8 7 9; 6 5 14; 12 15 10; for C how to add rows separately and display the result an...

8 years 前 | 1 个回答 | 0

1

个回答

提问


adding of numbers with respect to row
how to add numbers in a matrix with respect to row and display the value.

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to get rid of error
how to execute and plot the graph for the code as i am getting error N_UE=[ 10 20 30 40 50]; N_SC=[ 60 70 80 90 100]; ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to solve the below code for graph plot
could anyone help me how to plot the graph for the following code as i am struggling from morning but unable to get the result s...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Graph plot of users and subcarriers with respect to throughput
N_UE=[ 10 20 30 40 50]; N_SC=[ 60 70 80 90 100]; throughput=rand(50,100); for t=1:length(N_UE); for r=1:length(N_S...

8 years 前 | 1 个回答 | 0

1

个回答

提问


plotting the graph of x and y with respect to z.
X=[10]; Y=[20]; Z=rand(x,y); how to plot the graph of X and Y with respect to Z.

8 years 前 | 0 个回答 | 0

0

个回答

提问


graph plot with respect to users and subcarriers
How to plot the graph of the image with users on xaxis and subcarriers on y axis with respect to the values given.

8 years 前 | 1 个回答 | 0

1

个回答

提问


graph plot with respect to axis
A=1:10; B=1:20; C=(2,4,6,8,10,11,12,14,16,18); how to plot the graph of A vs B with respect to C.

8 years 前 | 1 个回答 | 0

1

个回答

提问


plotting array of two different values with respect to third variable
N_UE=[ 2 4 6 8 10]; N_SC=[ 12 14 16 18 20]; t=1:length(N_UE) r=1:length(N_SC) throughput=((Bmax.*log(1+((p_fix).*C))./noise)...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to plot the graph of r vs t
r=[10 20 30] t=[40 50 60]; figure; plot(r,t) xlabel('r') ylabel('t') for the above code how to plot the grap...

8 years 前 | 1 个回答 | 0

1

个回答

提问


could anybody tell me how to plot the graph for the coding
Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %fixed noise power is assumed p_fix=0.01;%fixed transmit powe...

8 years 前 | 0 个回答 | 0

0

个回答

提问


can anyone tell me how to execute the following code under some specified conditions
Bmax=2000000; %maximum available bandwidth for OFDMA noise=1e-9; %fixed noise power is assumed p_fix=0.01; %fixed transm...

8 years 前 | 2 个回答 | 0

2

个回答

提问


kindly help me to execute the following code
G is a matrix of (i,j) where i=1:10; for j=1:20,1:40,1:60,1:80,1:100 siz = size(G); idx = sub2ind(siz, randi([1,1...

8 years 前 | 1 个回答 | 0

1

个回答

提问


matrix manipulation with different sizes
A=[m*n1],A=[m*n2],A=[m*n3],A=[m*n4],A=[m*n5]; how to get the result for the above condition

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to form the code with fixed number of values on x axis and variable number of values on y axis.
x=1, y= 2,3; x=1, y= 2,3,4; x=1, y= 2,3,4,5; x=1, y= 2,3,4,5,6; x=1, y= 2,3,4,5,6,7; x=1, y= 2,3,4,5,6,7,8; ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


marix calculation with fixed and changing value
A=[1 2 ; 3 4; 5 6;], B=[ 1 2 3; 4 5 6; 7 8 9;] C=[1 2 3 4; 5 6 7 8; 9 10 11 12;] ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to form the code for fixed value and variable value
the code which i need help: i=1:10; j=1:20,1:40,1:60,1:80,1:100,1:120; G(i,j); Code: siz = size(G); idx =...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to form the code for i=10 and j=20,40,60,80,....
can anybody tell me how to execute the following code under the conditions i=10 and j=20,40,50,60,80.... where i,j is an array s...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Plotting the matrix graph
A=[1 2 3 4 5; 6 7 8 9 10; 11 12 13 14 15; 16 17 18 19 20] can anybody tell me how to plot the matrix A.

8 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting the graph of rows and columns
G=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16] Code one siz = size(G); idx = sub2ind(siz, randi([1,4], 1, siz(2)), 1:siz...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix manipulation from one to another one
How to generate A= [ 1 0 3 0 0; ... 0 7 0 0 10; ... 0 0 0 14 15] from B = [1 2 3 4 5; ...

8 years 前 | 3 个回答 | 0

3

个回答

加载更多