User Portlet
| Discussions |
|---|
| Hi Rohit, That's actually quite a neat trick. Thanks for the suggestion, I can see me using it. For packages I still prefer the package notebook, but haven't yet figured out how to control indenting. Perhaps such control features haven't yet been... |
| Perhaps Plot3D or ListPlot3D? |
| There’s a function in the Function Repository that might do what you want - see [MultipleAxesPlot][1]. [1]: https://resources.wolframcloud.com/FunctionRepository/resources/MultipleAxesPlot |
| Have you loaded the NDSolve FEM package? |
| Hi Milt, that’s good to know as I can anticipate situations where I’ll want to import formulae. As an aside, I generally structure my code such that functions and their arguments are entered on separate lines with function arguments given in... |
| Another approach that might give you what you want is: MapAt[Rotate[#, 30*Degree, {0, 0}] &, g, 1] This gives: ![enter image description here][1] Since the Head of the resulting expression is Graphics, the expression can be used in... |
| For me and the world I live in PDF is essential. For sure CDF and cloud hosted notebooks have a place. And in some situations can be the way to go. But many of the calculation notebooks I produce are intended to be static documents and, more often... |
| Does anyone know whether Mathematica has a built-in function to import **Esri ASCII raster format** data as described at [Esri ASCII raster format][1]. I haven't been able to find any mention in the documentation, but thought I'd check here before... |
| Hi Rohit, I welcome your suggestions. And certainly wouldn’t take offense at any tips being offered. Keep them coming. Great training material by the way, Ian |
| Regarding units of output value |