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

I like matheamatica.


May
16
comment Translating a “Point-to-Triangle” distance script from MATLAB to Mathematica
you may check this answer mathematica.stackexchange.com/questions/20105/…
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
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
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
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
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
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
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.
Apr
17
comment How to find the center of a circular pattern?
you can also check the answer of @Jens to this question about finding Symmetry Axes of images. mathematica.stackexchange.com/questions/17060/…
Apr
16
comment How to define a vector with automatically added symbolic elements with subscripts
@ Mr.Wizard please see the edit 3 if it needs further explanation.
Apr
8
comment How to define a vector with automatically added symbolic elements with subscripts
@Mr.Wizard Sorry, currently I'm very busy. I'll reply as soon as I have more time. I should have informed you.
Apr
1
comment How to define a vector with automatically added symbolic elements with subscripts
@Jens Its sort of bag or set neither order is required nor k1,k2,k3, so k2 can be missing.
Mar
31
comment How to define a vector with automatically added symbolic elements with subscripts
@ Mr. Wizard your guess is wright :) Please see the edit 1 if it needs further clarification.
Mar
31
comment How to define a vector with automatically added symbolic elements with subscripts
@halirutan Thank you for your answer. Please see the edit as well as Mr. Wizards answer. It's very close to what I asked for.
Mar
4
comment In .NET/Link, how do I not open multiple kernels?
How about defining kernel as singleton and in the kernel define context for each user.
Feb
28
comment How can I fill an entire Building with transparent points?
you can use voxelation ... in order to generate random points or alternative methods as in this paper gggj.ujaen.es/vrr/files/P5_final_B&W_3024.pdf you can also check the demo demonstrations.wolfram.com/VoxelDistortion
Feb
25
comment Remove redundant brackets. Clean up lists
@Mr.Wizard a = {{{((((a, b)))), ((c, d)), (e, f)}}}, {{{{{(e, t), ((((c, e)))), (t, c)}}}}} part of the question is unclear... so..., cursed :))))
Feb
25
comment Remove redundant brackets. Clean up lists
@ Mr.Wizard true...