| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | 21 mins ago | |
| stats | profile views | 92 |
|
24m |
comment |
Composition: how to make a day and night world map? sweet you could put a toothpick texture on that white thing sticking through the earth. |
|
28m |
accepted | Cell brackets on left side? |
|
28m |
comment |
Cell brackets on left side? damn. i was hoping to leave this one hanging open-endedly silent on the shoulders of WRI, so that it would nag and scrape at their subconsciousnesses until there was no recourse but to implement this feature. but alas @Rojo you've forced my hand. |
|
20h |
comment |
A simple StringCases problem probably .. is stronger precedence than ~~ so you're asking for repeated ")" (if you FullForm you can see this). also look into Logest/Shortest |
|
22h |
comment |
Function returning Null along with other unexpected expressions @Mr.Wizard might literally take me a couple weeks, but will do |
|
2d |
asked | Cell brackets on left side? |
|
2d |
revised |
Function returning Null along with other unexpected expressions deleted 109 characters in body |
|
2d |
answered | Function returning Null along with other unexpected expressions |
|
May 18 |
comment |
Finding areas of beings in microscopic image @nikie you know, i'd pay good money for an image processing book if you wrote it :) |
|
May 13 |
comment |
How can I give graph required data with GUI? @Alex I was thinking about something along those lines. I'll play around with things but I don't know if I will have enough time to actually write anything complete. It might take me a week or two. :) |
|
May 12 |
comment |
Can one identify the design patterns of Mathematica? the fact that there are terms for what is the parameterization of any of the $a,\space b,\space c$ in a[b, c] i think shows just how far behind programming languages are in general |
|
May 12 |
revised |
How can I give graph required data with GUI? added 637 characters in body |
|
May 12 |
revised |
How can I give graph required data with GUI? added 16 characters in body |
|
May 12 |
comment |
No anti-aliasing on BarChart3D? @user7409 From the documentation, it looks like Antialiasing is a Style option, not a BarChart3D option, so you have to wrap the bar chart in a Style. |
|
May 12 |
answered | How can I give graph required data with GUI? |
|
May 11 |
revised |
Raster with ColorFunction is blank when Dynamic Updating is disabled added 646 characters in body; edited title |
|
May 10 |
comment |
How can I create a 3D FilledCurve object? this is my approach, since it works for a lot of different kinds of stuff you could make. some functions to keep in mind for this sort of thing: Rescale, Position. |
|
May 10 |
answered | another way to do this mapping of a two argument function |
|
May 9 |
comment |
another way to do this mapping of a two argument function @johnpeter also keep in mind that all the operators in mathematica have a FullForm representation (even operators you might not expect would have such a thing), and that you can just do, for example, Power @@@ {{1, 2}, {2, 2}, {3, 2}}. Try FullForm[HoldForm[out = #1^#2 & @@@ {{1, 2}, {2, 2}, {3, 2}}]] to see what I'm talking about. |
|
May 9 |
comment |
Using the Mathematica front-end efficiently for editing notebooks @rm-rf not sure if you're aware of this, but if you press Ctrl+. enough times you will select the cell, then the cell group, then the whole notebook. This is on Windows at least. Knowing Wolfram Research, I'm surprised you can't subsequently select the whole mathematica program itself, then the OS, your computer, the objects in your room, your room, your house, etc. |