| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | 4 mins ago | |
| stats | profile views | 87 |
|
16h |
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. |
|
May 8 |
comment |
Drawing Cylindrical Segment with Graphics3D remember there is also CapForm |
|
May 8 |
revised |
Equivalent of MATLAB's “hold on” function deleted 214 characters in body |
|
May 8 |
revised |
Equivalent of MATLAB's “hold on” function added 222 characters in body |
|
May 8 |
answered | Equivalent of MATLAB's “hold on” function |
|
May 6 |
revised |
Sync Animated Plots added 5 characters in body |
|
May 6 |
comment |
Sync Animated Plots Yea, I usually use just Column/Row or even a simple List. |
|
May 6 |
answered | Sync Animated Plots |
|
May 6 |
revised |
How to convert the symbol $d$ in Integrate into $\mathrm{d}$? deleted 4 characters in body |