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

I like matheamatica.


Jun
25
comment Image Shadow Removal in Mathematica
@Sjoerd C. de Vries yes you are right grayscale exists. But in your example you change brightness in HSV. Luma is an other dimension in HSL. If you have time you may check en.wikipedia.org/wiki/HSL_and_HSV
Jun
24
comment Image Shadow Removal in Mathematica
@Sjoerd C. de Vries maybe you can use monochrome luminance of colors to filter. lum=0.299 * r + .587 * g + .114 * b;
May
29
revised Pattern issues weird warning
added 136 characters in body
May
29
revised Pattern issues weird warning
added 161 characters in body
May
28
answered Pattern issues weird warning
May
28
revised Detecting spikes by shrinking WaveletPacket basis using a specific threshold
deleted 4 characters in body
May
28
answered Detecting spikes by shrinking WaveletPacket basis using a specific threshold
May
24
comment Time-frequency analysis beyond wavelets
you can use Wigner distribution function ... see demos... demonstrations.wolfram.com/WignerFunctionOfHarmonicOscillator demonstrations.wolfram.com/… demonstrations.wolfram.com/…
May
22
awarded  Enthusiast
May
10
revised Strange behavior of CreateDialog's WindowSize option
added 206 characters in body
May
10
comment Strange behavior of CreateDialog's WindowSize option
switch = 2; CreateDialog[ DynamicModule[{}, DocumentNotebook@TextCell@Switch[switch, 1, "A", 2, "B"]], WindowSize -> {200, 100}]; also works. I think it's related to kernel-thread and gui-thread issue. the not running ones defined dynamic variables at kernel not at gui and there might be the problem. Just a guess.
May
9
answered Strange behavior of CreateDialog's WindowSize option
May
9
answered Finding a fit to a multi-dimensioned function
May
6
comment Detecting KeyUp events
If it is really so crucial you may use JLink to call java API in mathematica. There defined key up events.
May
6
answered Detecting KeyUp events
May
6
comment How to read data file quickly?
@ MaThEmAtika, I wrote them lack of time in order to give you some possible paths and functions.
May
6
comment How to read data file quickly?
@ rcollyer Thanks for the links. But, some how they don't point to the right page. I found via search and it was useful.
May
6
revised How to read data file quickly?
added 653 characters in body
May
5
answered How to read data file quickly?
Apr
29
answered Non-linear trend reduction with missing data