질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

더 보기