Question


could anyone help me how to write the bell number equation in matlab
could anyone help me how to write the attached equation in matlab.

8 years ago | 1 answer | 0

1

answer

Question


Could anyone help me to solve the issue
the command executes and gives the result temp = arrayfun(@(z) feval(symengine, 'combinat::bell', z), [ 4], 'uniform', 0) ...

8 years ago | 2 answers | 0

2

answers

Question


Could anyone help me how to write the following expression in matlab
Could anyone help me how to write the attached equation in matlab

8 years ago | 0 answers | 0

0

answers

Question


Could anyone help me to solve the issue in the command line
feval(symengine, 'combinat::bell', 4) I can run the command line with respect to 4.Could anyone help how to run the same comman...

8 years ago | 1 answer | 0

1

answer

Question


Could anyone help me how to overcome the error in the following code
code: a=[2 4 6 8 ] b=[12] for it=1 for t = 1:length(a) for r = 1:length(b) c=1:a(t) for s=1:numel(c) o...

8 years ago | 1 answer | 0

1

answer

Question


could anyone tell me how to find the values of N_rng to have all possible combinations
code: N_UE=[4 6]; N_rng=[1 2 3 4 5 6 7 8 9 10] for t=1:length(N_UE) for s=1:length(N_rng) this_seed = N_rng(s);...

8 years ago | 0 answers | 0

0

answers

Question


could anyone help me to fix the issue
I am using the command randi(4,4,1) it gives the output ans = 1 1 1 3 Could anyone tell me how...

8 years ago | 3 answers | 0

3

answers

Question


could anyone help me to find the rng value inorder to have the number 1 2 3 4
could anyone help me to find the rng value inorder to have the number 1 2 3 4

8 years ago | 0 answers | 0

0

answers

Question


could anyone help me to fix the issue
when i run the command A=max(B,[],3) in my code, i am getting the following result in the command window A = 1.7...

8 years ago | 1 answer | 0

1

answer

Question


could anyone tell me how to overcome the Error using cat Dimensions of matrices being concatenated are not consistent.
could anyone tell me how to overcome the Error using cat Dimensions of matrices being concatenated are not consistent.

8 years ago | 0 answers | 0

0

answers

Question


Could anyone help me to overcome the issue.
When i run the code it is getting executed as continue entering the statement. when i type any command in the command window it...

8 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the issue
I am having two .m script with function first one the main code script is named as new1.m and its corresponding function is c...

8 years ago | 0 answers | 0

0

answers

Question


could anyone tell me is it possible to merge two separate coding with functions into one.
could anyone tell me is it possible to merge two separate coding each having functions into one.

8 years ago | 0 answers | 0

0

answers

Question


could anyone tell me is it possible to solve the issue.
I am running one code with the result of getting one graph.After that i am running another code which generates the graph.For bo...

8 years ago | 1 answer | 0

1

answer

Question


Could anyone help me to fix the issue.
I am getting the following result in the command window when i am running the code. iwant1(:,:,1) =[4.3877 ...

8 years ago | 1 answer | 0

1

answer

Question


could anyone help me how to store the values in one array as it is being generated
could anyone help me how to store the values in one array as it is being generated when i run the command iwant1 = ma...

8 years ago | 0 answers | 0

0

answers

Question


could anyone tell me how to sort A in increasing order.
A=[10] A=[20] A=[15] A=[12] A=[13] A=[18] Could anyone help me how to sort A in increasing order.

8 years ago | 1 answer | 0

1

answer

Question


could anyone tell me how to vertically concatenate 6 matrix of size 1x1 under the same name lets say A.
could anyone tell me how to vertically concatenate 6 matrix of size 1x1 under the same name lets say A.

8 years ago | 1 answer | 0

1

answer

Question


could anyone help me to overcome the error for the following code
code: iwant1 = 8.3038e+08 iwant1 = 5.6314e+08 iwant1 = 3.0399e+08 iwant1 = 2.7701e+08 iwant1 = 2.0648e+08 iw...

8 years ago | 2 answers | 0

2

answers

Question


could anyone help me how to vertically concatenate 5 matrices of size 1x1 .
could anyone help me how to vertically concatenate 5 matrix of size 1x1 together into one matrix

8 years ago | 1 answer | 0

1

answer

Question


Can anyone help me to solve the issue
when i run the command iwant1 = max(cell2mat(o_th(t,:))) i am getting the following result in the command window iw...

8 years ago | 1 answer | 0

1

answer

Question


could anyone tell me how to arrange the 1x1 matrix in ascending order
could anyone tell me how to arrange the 1x1 matrix in ascending order

8 years ago | 0 answers | 0

0

answers

Question


could anyone help me to overcome the error
I am getting the following error Error using cat Dimensions of matrices being concatenated are not consistent. Error in ce...

8 years ago | 1 answer | 0

1

answer

Question


Can anyone help me to get the maximum value among all the values for the following result.
iwant = 1.1093e+08 iwant(:,:,1) = 0 iwant(:,:,2) = 1.4517e+08 iwant(:,:,1) = 0 iwant(:,:,2) = 0 ...

8 years ago | 1 answer | 0

1

answer

Question


could anyone tell me how to put n number of matrices into one cell array.
could anyone tell me how to put n number of matrices into one cell array.

8 years ago | 0 answers | 0

0

answers

Question


how to join separate matrix of different rows and same columns together into a single matrix
how to join separate matrix of different rows and same columns together into a single matrix

8 years ago | 0 answers | 0

0

answers

Question


Could anyone tell me how to view all three separate U matrix together in a single U matrix.
U = Columns 1 through 11 1.0000 0 0 0 0 0 0 ...

8 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve it.
R(i)=w*B*log2(1+((P(i).*Gamma(i))./((sum(P(1:i-1)).*Gamma(i))+w))) If i run the expression i am getting Subscript indices m...

8 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the error
B=20; w=10; P =[1 7; 6 9] Y =[4 5; 2 3] syms w B j P=sym('P',[i 1]); Y=s...

8 years ago | 1 answer | 0

1

answer

Question


Could anyone help me to check with the code.
A=[2 3; 4 5] B=[1 9; 6 7] P=sort(B) G=sort(A,'descend') for k=1:size(G,1) throughput =(Bmax.*log2...

8 years ago | 2 answers | 0

2

answers

Load more