| bio | website | |
|---|---|---|
| location | ||
| age | 27 | |
| visits | member for | 1 year, 3 months |
| seen | 1 hour ago | |
| stats | profile views | 62 |
|
May 9 |
answered | Remove linear trend from data |
|
Apr 28 |
answered | help with StringJoin |
|
Feb 22 |
awarded | Nice Question |
|
Feb 21 |
accepted | How to achieve Set+Part like behaviour in custom Set function? |
|
Feb 20 |
revised |
How to achieve Set+Part like behaviour in custom Set function? comments to code |
|
Feb 20 |
comment |
How to achieve Set+Part like behaviour in custom Set function? @Mr.Wizard Yes, I made sure both symbol have HoldFirst. Looking at Trace it looks like it gets evaluated just before being passed to DFSetInner, but, fair warning´, I'm not very good at interpreting the output of Trace. |
|
Feb 20 |
comment |
How to achieve Set+Part like behaviour in custom Set function? The first version with Block doesn't work. Part is still getting evaluated. The later two do work, though. :) |
|
Feb 20 |
revised |
How to achieve Set+Part like behaviour in custom Set function? typo in code |
|
Feb 20 |
comment |
How to achieve Set+Part like behaviour in custom Set function? Yes, that is correct. The code isn't there for wading through, but so that one can have a complete test case to copy/paste. |
|
Feb 20 |
asked | How to achieve Set+Part like behaviour in custom Set function? |
|
Feb 14 |
accepted | Get DownValues that do not involve patterns? |
|
Feb 14 |
comment |
Get DownValues that do not involve patterns? Nice! This also seems to be the faster solution when the number and size of the DownValues get big. |
|
Feb 14 |
asked | Get DownValues that do not involve patterns? |
|
Feb 10 |
accepted | Different highlight for each cluster in DendrogramPlot |
|
Feb 10 |
comment |
Different highlight for each cluster in DendrogramPlot I was hoping for that each cluster, according to the HighlightLevel would have each own color. In the example the cluster of 1, 4, 2, 3 would have one color and the cluster of 7, 5, 6, 8 would have another color and so on. |
|
Feb 9 |
asked | Different highlight for each cluster in DendrogramPlot |
|
Feb 6 |
accepted | Creating a R DataFrame like construct in Mathematica |
|
Feb 6 |
comment |
Creating a R DataFrame like construct in Mathematica One problem: If there are only three or fewer variabled in the dataframe then the DataFrame["Names"] and Format[DataFrame don't work. |
|
Feb 6 |
comment |
Creating a R DataFrame like construct in Mathematica Wow what a great answer. I didn't know about TagSet. It opens up all kinds of interesting ways of extending dataframes. :) |
|
Feb 6 |
asked | Creating a R DataFrame like construct in Mathematica |