Statistics
5 Questions
0 Answers
RANK
269,012
of 297,016
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Euclidean distance between vectors
The following code is taking a lot of time for execution say if N=135. How can I make it faster. Is there an alternative to calc...
12 years ago | 1 answer | 0
1
answerQuestion
Matlab Code Optimization in calulating euclidean distance between vectors
The following code is taking a lot of time for execution say if N=135. How can I make it faster. Is there an alternative to cal...
12 years ago | 1 answer | 0
1
answerQuestion
How to reduce the time complexity?
The following code is taking much time to execute. What I wanted to do is.. Dividing the matrix of size 90x90 into 9x9 grids and...
12 years ago | 1 answer | 0
1
answerQuestion
Need help on Image Gradient functions in matlab
I want to calculate the gradient direction of an image. I would like to know the differences between gradient, imgradient, i...
12 years ago | 1 answer | 0
1
answerQuestion
How can I reduce the time complexity of this matlab code.. Its taking lot of time to execute when an image is fed as input.
cnt1=0; cnt2=0; cnt3=0; cnt4=0; cnt5=0; cnt6=0; cnt7=0; cnt8=0; p = 1; row = 1; while p<(size(Theta_deg...
12 years ago | 2 answers | 0