| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | 50 mins ago | |
| stats | profile views | 48 |
Speak["Eek happay mutt ay muttica ghellairt, doytch tsoo shprecken."]
|
Mar 6 |
comment |
Enforcing correct variable bindings and avoiding renamings for conflicting variables in nested scoping constructs Thanks! This is clean and easy. I knew I was missing something here... |
|
Mar 6 |
asked | Enforcing correct variable bindings and avoiding renamings for conflicting variables in nested scoping constructs |
|
Mar 6 |
comment |
How do I create a matrix of functions? I was rather thinking of a way that really returns a Function object. Now that I'm interested in it, I might actually write up a seperate question. |
|
Mar 6 |
comment |
How do I create a matrix of functions? Good point. I think it's interesting nevertheless, how one can compute complicated things and turn them to a function afterwards. Is there a standard way of replacing certain variables in an expression by Slots in order to create a function? |
|
Mar 6 |
comment |
How do I create a matrix of functions? As far as I see it, that would still mean the whole MapThread procedure is done every time the function is called. I think the OP wants to precompute everything, to get a function that really only inserts the arguments into the precomputed list. |
|
Mar 6 |
comment |
How do I create a matrix of functions? What are modes and sglm? Otherwise I can only post a general answer on how to create a list of functions. Or rather, as it seems that is what you need, a function in two variables that creates a list. |
|
Mar 5 |
revised |
Color coding based on 4D data within a building added 70 characters in body |
|
Mar 5 |
revised |
Color coding based on 4D data within a building added 1 characters in body |
|
Mar 5 |
answered | Color coding based on 4D data within a building |
|
Mar 5 |
comment |
Image of first quadrant under $f(z)=(z+i)/(z-i)$ I like the colors :), +1 |
|
Mar 5 |
comment |
How do I draw multiple 3D shapes defined by lists of points? Or Graphics3D[MapThread[Cone[{#1, #2}, #3] &, {ConeBases, ConeVertices, ConeRadii}]] |
|
Mar 4 |
comment |
How can I change the color of the bar in a ProgressIndicator? Stating that this was an advantage was maybe a bit of an exaggeration, but I thought it would be nice to have a solution that uses as much of the native design as possible. Of course, if you don't like the default anyway, it's obviously much better to construct your own progress indicator from scratch. |
|
Mar 4 |
revised |
How can I change the color of the bar in a ProgressIndicator? added 24 characters in body |
|
Mar 4 |
revised |
Image of first quadrant under $f(z)=(z+i)/(z-i)$ added 270 characters in body |
|
Mar 4 |
answered | Image of first quadrant under $f(z)=(z+i)/(z-i)$ |
|
Mar 4 |
answered | How can I change the color of the bar in a ProgressIndicator? |
|
Feb 22 |
comment |
How to calculate only four elements per column in a block matrix? Have you looked into SparseArray and Band?. I'm not totally sure, but those functions might be helpful here. |
|
Feb 22 |
comment |
Improving ContourPlot and Table output 3) Try to post minimal working examples. The more code people have to go through, the more time they have to spend with your question and the less likely it is to get good answers. 4) Try to show as much effort of your own as possible. 5) Note that you can mark an answer that satisifes your need as your accepted one by clicking the green tick mark below the vote number. |
|
Feb 22 |
comment |
Improving ContourPlot and Table output You're welcome! You may have noticed that your question was downvoted. Here are some tips to get better votes plus more/better answers to your future questions: 1) Read the FAQ section. 2) Use the Mathematica Documentation Center and this site's search function thoroughly before posting your question (you might want to check this out). |
|
Feb 22 |
revised |
Improving ContourPlot and Table output removed "Mathematica 7" from title |