2,038 reputation
1513
bio website
location
age
visits member for 4 months
seen 5 hours ago
stats profile views 55

Apr
18
comment Images as labels of barChart
@J.C.Leitão: well, I see that @cormullion posted just such answer. Below seems fine to me (Mac too) - didn't try to export though.
Apr
18
comment Images as labels of barChart
@J.C.Leitão: does BarChart[{0.4, 0.2, 0.8}, ChartLabels -> Placed[(Image[#, ImageSize -> 40] & /@ {image1, image2, image3}), Below]] work? (you can play around with Placed to get other alignments)
Apr
16
comment How can I find if the number of subsets for a list is very large?
ah, the error msg is for Subsets[Range[2,2300],{4}] - nevermind then
Apr
16
comment How can I find if the number of subsets for a list is very large?
I wonder why there are 1160942293126 - I'd expect 1158922384830... (still quite some)
Apr
16
answered Logical AND operation over several comparisons
Apr
16
comment Trouble with Replacements
mathematica.stackexchange.com/questions/22917/… could be of interest...
Apr
15
comment given n lists, get list of applications of function to n-tuples
and what happened to A[0] and B[0]?
Apr
14
comment Upper bound for x
Make sure you use the correct "brackets", i.e. f(x) vs. f[x]
Apr
13
comment Help me to find a way to do this repetitive stuff
note that I focused on the "repetitive" stuff and tried to give generic outputs that should allow to insert green squares where ever wanted, needed, desired. I hope this helps!
Apr
13
awarded  Enlightened
Apr
13
revised Help me to find a way to do this repetitive stuff
added 33 characters in body
Apr
13
revised Help me to find a way to do this repetitive stuff
deleted 3 characters in body
Apr
13
awarded  Nice Answer
Apr
13
answered Help me to find a way to do this repetitive stuff
Apr
13
comment Help me to find a way to do this repetitive stuff
I assumed he doesn't want the "." in the output (it's rather a relict from conversion to strings etc.) I'll post my comment as an answer if that's the case, let's wait for a reaction :)
Apr
13
comment Help me to find a way to do this repetitive stuff
Why do you convert to strings? And what are b, n for? I'd just use: Graphics[{CMYKColor[#/10, 0, 0, 0], , Rectangle[]}, ImageSize -> 25] & /@ RealDigits[Sqrt[3], 10, p^2 - 1][[1]] or any other color scheme, as in @Spawn1701D 's answer... but I guess I am missing something
Apr
13
awarded  Fanatic
Apr
8
comment How can I connect database(MSSQL Server) with Mathematica?
as it is all MSSQL (no longer mysql) now, I am of no help. will delete other comments
Apr
8
comment Unexpected behavior of rule matching a pattern
note that T is a bad choice of variable/function name. I suggest using names starting in lowercase letters, especially when using single letters. This avoids conflicts with built-ins (e.g. N, D...)
Apr
8
answered Getting value of clock