1,127 reputation
1417
bio website nny.edu.tr/…
location Turkey
age 33
visits member for 1 year, 1 month
seen 5 hours ago
stats profile views 68

I like matheamatica.


2d
comment Translating a “Point-to-Triangle” distance script from MATLAB to Mathematica
you may check this answer mathematica.stackexchange.com/questions/20105/…
May
14
awarded  Fanatic
May
3
comment Checking if an expression is equal to zero
I think the difference comes from $MachineEpsilon. how about using Chop[%]. Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
May
2
accepted Graphics3D: Finding intersection of 3d objects and lines
May
2
answered Graphics3D: Finding intersection of 3d objects and lines
May
2
comment Finding Local Minima / Maxima in Noisy Data
some useful links to understand wavelets: person.hst.aau.dk/enk/ST8/wavelet_tutotial.pdf cseweb.ucsd.edu/classes/sp09/cse262/Lectures/WAVELET.pdf whatis.techtarget.com/definition/wavelet
May
2
comment Finding Local Minima / Maxima in Noisy Data
you can check the help of mathematica there under applications you can see the denoising part. reference.wolfram.com/mathematica/ref/…
Apr
29
awarded  Nice Question
Apr
29
comment Graphics3D: Finding intersection of 3d objects and lines
thank you for your efforts. I'm trying to digest the solution. I'll comment soon.
Apr
28
revised Graphics3D: Finding intersection of 3d objects and lines
added 569 characters in body
Apr
28
comment Graphics3D: Finding intersection of 3d objects and lines
Yes, thank you its definitely helpful. Because, I need to check only one point. The other one is fix point.
Apr
28
asked Graphics3D: Finding intersection of 3d objects and lines
Apr
24
comment looking for a generalised Hough Transform function or a least a function to locate circles
@nikie yes your are right. I was trying to help the or part of the question asking 'a least a function to locate circles'. An alternative could be using java libraries available on the internet e.g. users.ecs.soton.ac.uk/msn/book/new_demo/houghCircles/…
Apr
24
comment looking for a generalised Hough Transform function or a least a function to locate circles
please take a look at this link mathematica.stackexchange.com/questions/7429/…
Apr
24
revised Finding Local Minima / Maxima in Noisy Data
added 1118 characters in body
Apr
24
revised Finding Local Minima / Maxima in Noisy Data
added 1118 characters in body
Apr
23
answered Finding Local Minima / Maxima in Noisy Data
Apr
21
comment How does FindShortestTour work?
here you can see some references mathworld.wolfram.com/TravelingSalesmanProblem.html and you can find a lot of demos demonstrations.wolfram.com/…
Apr
17
accepted How to define a vector with automatically added symbolic elements with subscripts
Apr
17
comment How to define a vector with automatically added symbolic elements with subscripts
@ Mr.Wizard I think it's very close to what I asked for. I'll check it tonight. Thank you for your efforts.