Community Profile

photo

GHUFRAN AHMAD KHAN


Last seen: 거의 3년 전 2018년부터 활동

통계

  • Thankful Level 3
  • First Answer

배지 보기

Content Feed

보기 기준

질문


How to find the similarity matrix of datasets(cell) which contain three matrices inside cell. I want to generate similarity matrix for each separate matrix.
k = 5; for i = 1 : 3 distX = L2_distance_1(data{i},data{i}); [dim,num]=size(data{i}); [distX1, idx] = sort(distX,2); end ...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


I have to define ||Z||2,1 in matlab programming form.
i want to define L2,1 in programming form so anyone suggest some solution?

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to define nuclear norm in matlab?
I am trying to write nuclear norm in programmin but difficult to define.Can suggest some solution?

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


I have some Python code. I want to convert into matlab.
I have python code and i want to convert into matlab. is it possible to convert into matlab?

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


how i can draw this type of graph in matlab?

대략 5년 전 | 답변 수: 1 | 0

1

답변

0

답변

질문


i have one variable which has value in an array and i want to make the power of all the value of array by another variable but getting value zero.any possible solution?
alpha = [0.01 0.01 0.01 0.01] lambda = 195 for i = 1 : 4 K(i) = alpha(i).^lambda; end

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


I have four matrix of order 500X100 and three matrix has very small value like 2.12345 etc and fourth matrix has very large value like 1.7654e+165 and i want to substact fourth matrix from first,second and third matrix so please give me solution.
i tried to substract but every time the maximum value with minus sign comes in resulted matrix like -1.7654e+165 and it affect ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


i want to store all iteration value in the variable.
every time the loop are executing then the previous value are overwritten. so please give valuable solution.

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


i want to substract very large value from small value in matlab?
small value = 2.3654 large value = 6.7843e+130 Answer = small value - large value try to find the substraction but every time...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


i have one cell V of order 1X3 and each cell has matrix of order 500X5 and i want to create matrix V of order 500X5 .please give me solution
V = 1X3 cell V{1} = 500X5, V{2}= 500X5, V{3}= 500X5 i want one single matrix of order 500X5.

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


how i can apply lbp,hog and gist features on any image with dimension 256,100,512?
i am trying to extract different features to make cluster of the selected jpg image.

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is the meaning of NormalizeFea(data,1) function?
V1=NormalizeFea(image,1);this statement mention.

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how i can get LBP(Local Binary Pattern) and HOG(Histograms of oriented gradients) with dimension 256 and 100 of any images?
LBP and HOG method with dimension 256 and 100 respectively.

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how can i apply 1 of k coding scheme on 2D MATRIX
the order of matrix can be any number except 1.

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i can apply 1 of k coding scheme on the below matrix
how i can apply 1 of k coding scheme on the below matrix:[ 1 2 3;5 4 6;2 6 4;1 5 8]? please solve

5년 초과 전 | 답변 수: 0 | 0

0

답변