Question


could anyone help me to solve the issue
A=[2.1 2.2 2.3 2.4 2.5 2.6] B=[0.49 0.48 0.47 0.47 0.47 0.47] I want to have the desir...

5 years ago | 1 answer | 0

1

answer

Question


how to group users into clusters.
code: I have four users {1 2 3 4} in the system these four users on grouping can have 15 different number of possibilities. i...

5 years ago | 0 answers | 0

0

answers

Question


Could anyone help me to solve the issue.
position =[1 2; 1 3; 2 4; 3 4] NN= num2cell(position,2) when i run the code i am getting the...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the issue.
code: position =[1 2; 1 3; 2 4; 3 4] NN= num2cell(position,2) DDD=partitions(4) DDD(~is...

5 years ago | 0 answers | 0

0

answers

Question


could anyone help me to arrange the number in set brackets {}
i am having a matrix a=[1 2; 1 3; 2 4; 3 4] I want to arrange the numbers present in matrix a...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the issue.
i am having two different array A = [ 0 2.9985 2.5625 0.7236; 0 0 1.0235 ...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to rearrange the matrix in the required manner.
I ma having a matrix A=[ 1 0 0 0; 2 0 0 0; ...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me how to display the position of all the numbers present in matrix.
I am having a matrix A=[1 2 3 4; 5 6 7 8; 9 10 11 12] could anyone help me how to display the position of all the numbers in ...

5 years ago | 2 answers | 0

2

answers

Question


could anyone help me to solve the issue.
PPP =[1.8667 0.1553; -0.0844 2.4322; -0.3485 1.4434; 2.3628 0.6821]; D = pdist(PPP)%calculat...

5 years ago | 0 answers | 0

0

answers

Question


could anyone help me to calculate the euclidean distance for the matrix.
A= [1.8667 0.1553; -0.0844 2.4322; -0.3485 1.4434; 2.3628 0.6...

5 years ago | 6 answers | 0

6

answers

Question


could anyone help me to solve the issue.
code: A=partitions(4) partdisp(A) where partitions and partdisp are functions when i run the above code it executes and give...

5 years ago | 0 answers | 0

0

answers

Question


could anyone help me to solve the issue in the following code
code: a=[0.0022; 0.0922; 0.0146; 0.2549]; [m,n]=size(a); differences = bsxfun(@minus,reshape(a,m,1,n),reshape(a,1...

5 years ago | 1 answer | 0

1

answer

Question


Could anyone help me how to solve the issue.
I am having a matrix of a=[0.0022 0.0021; 0.0922 0.0938; 0.0146 0.0143; 0.2549 0.2509] I want to calculate th...

5 years ago | 1 answer | 1

1

answer

Question


Could anyone help me how to solve the issue in the following code.
code: A=partitions(3) partdisp(A) for d=1:length(A) for e=1:length(A{d}) rows = A{d}{e} end end In this cod...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the issue
I am having a matrix A=[ 0 0 0 0.1677 2.0290 0 0 0.1844; 0.1348 0 ...

5 years ago | 3 answers | 0

3

answers

Question


could anyone help me how to display 1 as 1.0000
i want to display the round number with decimal value 0. I am having number 1.I want to display it as 1.0000(adding four decima...

5 years ago | 0 answers | 0

0

answers

Question


could anyone help me to solve the issue
I am having a matrix with values of [1 0 0 1; 0 1 1 0] I want to display the above matrix in thefollowing manner [1.0000 ...

5 years ago | 2 answers | 0

2

answers

Question


could anyone help me to solve the issue.
I am having two matrices A =[0.2616 0.2642 0.2658 0.2658 0.2641 0.2606; 0.2131 0.1954 0.1776 0.15...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the issue
I am having a matrix A=[0.0037 0.0036 0.0034 0.0033 0.0032 ; 0.0064 0.0066 0.0068 0.0070 0.0072...

5 years ago | 1 answer | 0

1

answer

Question


Coud anyone help me to solve the issue.
I am having a matrix A=[3.5204 3.7294 3.9112 4.0754 4.2294 4.3787; 0 0 0 0 ...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the error in the following code
I am having the following matrix A=[0.2288 0.2193 0.2082 0.1961 0.1832 0.1699; 1.1237 1.0564 0.9837 ...

5 years ago | 1 answer | 0

1

answer

Question


Could anyone help me how to solve the issue
I am having a matrix A=[0.0088 0.0071 0.0058 0.0049 0.0045 0.0045; 0.0255 0.0248 0.0241 0.0234 ...

5 years ago | 1 answer | 0

1

answer

Question


Could anyone help me to solve the issue.
I am making use of partitions function which is available to be downloaded from matlab itself. By using that function i tried e...

5 years ago | 0 answers | 0

0

answers

Question


could anyone please help me solve the matrices with respect to the equation as follows:
I am having the following matrices U=[15; 14; 13] V=[2; 3; 4] i need to solve the matrices with respect to the equation...

5 years ago | 1 answer | 0

1

answer

Question


Could anyone help me to solve the issue in the following code.
U =[0 0.0987 0 0 0.0767; 0 0.0141 0 0 0.0184] V =[0 0.2948 0 ...

5 years ago | 2 answers | 0

2

answers

Question


could anyone help me how to solve the issue in the following code
code: unused_rows1=1:12; while ~isempty(unused_rows1) rows1_matrix=reshape(unused_rows1,[],2); rows1_matrix(:,end)=rows1_mat...

5 years ago | 2 answers | 0

2

answers

Question


Could anyone help me to solve the issue in the following code
code: unused_rows=1:12 while ~isempty(unused_rows) rows_matrix=reshape(unused_rows,[],2) rows_matrix(:,end)=rows_matrix(end:...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me to solve the issue with respect to the following code
code: x=[0 1 2 3 4 5 6 7 8 9 10] A = [0 0.62 0.85 0.86 0.87 0.88 0.89 0.90 0.91 0.92 0.93] B = [0 0.32 0.60 0.75 0.86 0.90 0....

5 years ago | 1 answer | 0

1

answer

Question


Could anyone help me how to overcome the error
I am getting error stating Error using legend Unknown property: NumColumns. with respect to the command line legend({'y','z',...

5 years ago | 1 answer | 0

1

answer

Question


could anyone help me how to solve the issue
I am getting the attached graph when i run the code. In graph i want to remove zero with respect to y axis where as the rest of...

5 years ago | 1 answer | 0

1

answer

Load more