| bio | website | |
|---|---|---|
| location | Perth, Australia | |
| age | 47 | |
| visits | member for | 1 year, 4 months |
| seen | 14 hours ago | |
| stats | profile views | 20 |
Exploration Geophysicist.
F90 / Mathematica / Some C++
|
Apr 16 |
comment |
Best Practice to write ::usage for own package functions @J.M. Interdasting! |
|
Apr 5 |
comment |
Are you interested in purchasing David Wagner's “Power programming with Mathematica”? Great stuff! Not sure I can install 2.2 (for MS-DOS) though. |
|
Apr 5 |
comment |
Padding plot ticks with zeros on the right Assuming 9.0.1 ....Open Function Navigator. Type "ticks" in the search bar. Scroll down to where it says "Scope" and click the triangle. The first item is "Ticks position and labelling". The third entry is titled "Draw ticks at specified positions". |
|
Apr 5 |
comment |
Padding plot ticks with zeros on the right This is more than adequately explained in the documentation: ref/Ticks. |
|
Mar 22 |
comment |
How do I set the boundaries of the legend for a ListDensityPlot? Try fixing the plot range in ListDensityPlot and see what happens |
|
Mar 15 |
answered | Exporting arrays for storage |
|
Mar 7 |
answered | Using ReadList and Skip to read a file with periodic alternation of useful and useless data |
|
Feb 26 |
comment |
GPU user experiences @Szabolcs: That has not been my experience on Ubuntu 12.04. The CUDA stuff works (ie all the NVIDIA examples, but CUDALink .... Not. |
|
Feb 15 |
awarded | Commentator |
|
Feb 15 |
comment |
Faster way to convert real strings into numbers This begs the question as to why you aren't just reading the numbers as ... numbers, ReadList[] style. |
|
Feb 6 |
answered | Does new MMA9 Time Series support obsolete the old TimeSeries Package? |
|
Jan 24 |
comment |
Function Nodal2`NodalNetwork is not evaluating @Sjoerd: Nope. Nodal2 is the correct package. |
|
Jan 23 |
comment |
Function Nodal2`NodalNetwork is not evaluating @m_goldberg: No. It was written in 1992. I still have it in 3.5" floppies. |
|
Jan 18 |
awarded | Yearling |
|
Jan 7 |
comment |
3D plots wrongly displayed when using GraphicsRow in Linux A little late to be sure, but in the hope that someone may benefit, I don't see this using Ubuntu 12.04 with nvidia 304 drivers. That's native -- no VMs. |
|
Jan 5 |
answered | Sharing an axis between two plots |
|
Dec 18 |
comment |
Sales forecast using SARIMAProcess and time-series data it looks like your temporal data has no times! Consider news = {DateList[{2010, #, 0, 0, 0, 0}], salesData[[#]]} & /@ Range[Length@salesData]; newt = TemporalData[news] DateListPlot[newt["Paths"]] |
|
Dec 17 |
revised |
Best Practice to write ::usage for own package functions Improved formatting, clarification & addition of further information. |
|
Dec 17 |
comment |
Best Practice to write ::usage for own package functions @Rojo: This was a typo. My answer has been edited to read ValueQ rather than SymbolQ. Examples of this form can be found in ToFileName[{$AddOnsDirectory, AddOns, Packages, ANOVA}, ANOVA.m]. Examples of the old form are difficult to find, but one is in ToFileName[{$AddOnsDirectory, AddOns, ExtraPackages, Utilities}, CleanSlate.m]. |
|
Dec 17 |
comment |
Best Practice to write ::usage for own package functions @Rojo: This was a typo. My answer has been edited to read ValueQ rather than SymbolQ. |