Community Profile

photo

GHUFRAN AHMAD KHAN


Last seen: presque 3 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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 ...

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


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?

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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?

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


how i can draw this type of graph in matlab?

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


how i can draw the following figure with categorical values on x axis?

environ 5 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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.

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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.

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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.

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


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.

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

0

réponse