![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12851027_1526460290007_DEF.jpg)
GHUFRAN AHMAD KHAN
Followers: 0 Following: 0
Statistica
16 Domande
0 Risposte
RANK
230.918
of 297.046
REPUTAZIONE
0
CONTRIBUTI
16 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
31.25%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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?
quasi 6 anni fa | 2 risposte | 0
2
risposteDomanda
How to define nuclear norm in matlab?
I am trying to write nuclear norm in programmin but difficult to define.Can suggest some solution?
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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?
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
how i can draw the following figure with categorical values on x axis?
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
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
circa 6 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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.
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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.
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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.
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
What is the meaning of NormalizeFea(data,1) function?
V1=NormalizeFea(image,1);this statement mention.
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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.
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
how can i apply 1 of k coding scheme on 2D MATRIX
the order of matrix can be any number except 1.
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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
oltre 6 anni fa | 0 risposte | 0