Statistics
16 Questions
0 Answers
RANK
72,756
of 297,503
REPUTATION
0
CONTRIBUTIONS
16 Questions
0 Answers
ANSWER ACCEPTANCE
31.25%
VOTES RECEIVED
0
RANK
of 20,449
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,017
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
4 years ago | 0 answers | 0
0
answersQuestion
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?
6 years ago | 2 answers | 0
2
answersQuestion
How to define nuclear norm in matlab?
I am trying to write nuclear norm in programmin but difficult to define.Can suggest some solution?
6 years ago | 1 answer | 0
1
answerQuestion
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?
6 years ago | 0 answers | 0
0
answersQuestion
how i can draw the following figure with categorical values on x axis?
6 years ago | 0 answers | 0
0
answersQuestion
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
6 years ago | 2 answers | 0
2
answersQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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.
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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.
6 years ago | 1 answer | 0
1
answerQuestion
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.
6 years ago | 1 answer | 0
1
answerQuestion
What is the meaning of NormalizeFea(data,1) function?
V1=NormalizeFea(image,1);this statement mention.
6 years ago | 0 answers | 0
0
answersQuestion
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.
6 years ago | 1 answer | 0
1
answerQuestion
how can i apply 1 of k coding scheme on 2D MATRIX
the order of matrix can be any number except 1.
6 years ago | 1 answer | 0
1
answerQuestion
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
6 years ago | 0 answers | 0