
Mehmet OZTURK
Karadeniz Technical University
Electronics Engineering
Professional Interests: Biomedical Image Processing
Statistics
RANK
99,149
of 258,123
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
1,112 of 17,786
REPUTATION
1,573
AVERAGE RATING
4.10
CONTRIBUTIONS
8 Files
DOWNLOADS
31
ALL TIME DOWNLOADS
14934
RANK
of 110,291
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
Content Feed
Submitted
MATLAB trilinear interpolation
A Matlab mex function to perform trilinear interpolation.
7 years ago | 5 downloads |
Submitted
intersectPlaneSurf
Intersection points of an arbitrary surface with an arbitrary plane.
7 years ago | 3 downloads |

Submitted
DISTANCE2LINE c++ mex
Orthogonal euclidean distances of points to a line with c++ mex
7 years ago | 1 download |

Submitted
IntersectPlaneTriangle mex
Calculation of intersection between a plane and a triangle
7 years ago | 1 download |

Submitted
intersectPlaneSurf II
Intersection of a plane with an arbitrary surface
7 years ago | 8 downloads |

Question
CPU vs GPU - Is it reasonable?
x1GPU=gpuArray.randn(3,10000); x2GPU=gpuArray.randn(3,5000); tic,for i=1:10000, bsxfun(@minus, x1GPU(:,i), x2GPU); end, ...
8 years ago | 2 answers | 0
2
answersSubmitted
myfrenet
Construct tangent, normal and binormal vectors of a curve
13 years ago | 5 downloads |

Submitted
MYUNIQUE
finds uniqe entries, indices and number of occurances of the unique elements
15 years ago | 1 download |