https://mathematica.stackexchange.com/questions/163638/how-can-i-access-nasa-images-and-apis
I ♥ NASA. You ♥ NASA. We all ♥ NASA.
So how can I use the images and things they expose in their APIs in Mathematica?
- asked by b3m2a1 (23 votes), answered by b3m2a1 (29 votes)
https://mathematica.stackexchange.com/questions/163469/access-last-variable-in-a-pure-function
# is the first argument of a pure function, #n the nth, ## are all variables and ##n all beginning with the nth variable.
Now, I would like to access the last argument. In a list, this would be ...
- asked by riddleculous (13 votes), answered by Henrik Schumacher (14 votes)
https://mathematica.stackexchange.com/questions/163498/ordered-randomsample
This feels like a basic question yet I failed to find an answer.
(*arbitrary list of unique elements, does not need to be sorted*) list = CharacterRange["a", "h"]; n = 5; RandomSample[ list, n]
asked by Kuba (11 votes), answered by Coolwater (13 votes)
Bug introduced in 8 or earlier and persisting through 11.2.0
>From Refresh docs: Refresh[expr,None] specifies that the value of expr should never automatically be refreshed. ClearAll[z] ...
asked by Kuba (8 votes)
I have some code that process very large flat files in to separate HSQL(Standalone) databases using ParallelSubmit and JDBC for each file using the strategy in this post (19542). Lately I keep ...
asked by Edmund (8 votes), answered by Edmund (5 votes)
https://mathematica.stackexchange.com/questions/163566/three-differential-equations
I have the next figure with inflow and outflow rates:
And I need to calculate the time for which the pollution will be 50% from the initial value. Assuming that all lakes have the same pollution ...
asked by Darius Ionut (8 votes), answered by Henrik Schumacher (8 votes)
I copied the title and concept for this question from here. I have
data = {{"ID", "Value"}, {1, 48}, {1, 45}, {1, 52}, {1, 43}, {1, 41}, {2, 50}, {2, 42}, {2, 51}, {2, 52}, {bb, 52}, {bb, 54}, ...
asked by ramesh (7 votes), answered by kglr (8 votes)
https://mathematica.stackexchange.com/questions/4444/labeling-individual-curves-in-mathematica
I need to create a plot for export and inclusion in a report. Is there a better way to label curves than PlotLegends? From what I’ve read and my personal experience, PlotLegends is pretty bad.
Is ...
asked by Tianxiang Xiong (53 votes), answered by Artes (41 votes)
I consider myself a pretty good Mathematica programmer, but I’m always looking out for ways to either improve my way of doing things in Mathematica, or to see if there’s something nifty that I haven’t ...
asked by J. M. (483 votes), answered by faysou (430 votes)
https://mathematica.stackexchange.com/questions/163756/why-boundingregion-does-not-work-well
Bug introduced in 10.0 and persisting through 11.2.0
I have a set of data points describing an ellipse in the plane. I want to obtain the best ellipse that fits them.
As a first attempt, I use ...
asked by José Antonio Díaz Navas (5 votes)
I was having a look at the DLMF chapter on integrals with coalescing saddles, and there are a few things that I’d like to try out with the functions it describes, including e.g. the Pearcey integral,
asked by Emilio Pisanty (2 votes)
https://mathematica.stackexchange.com/questions/163391/can-findfit-be-used-with-units
I am trying to use the units capabilities of Mathematica throughout a course that I am teaching, but am finding that it isn’t uniformly implemented across many functions. In particular, I would love ...
asked by Kevin Ausman (1 vote)