I am looking to plot something like the whispering gallery modes -- a 2D cylindrically symmetric plot in polar coordinates.Something like this:
What is the most efficient or 开发者_开发技巧elegant method for matching brackets in a string such as:
How would I go about applying each element in a list to each argument in a function? Kind of like Map, except with a variable number of arguments.
I was wondering the other day if StackOverflow had an API I could access from Mathematica, and app开发者_运维技巧arently it does: \"Saving plot annotations\"
I remember that someone from WRI stated in the official newsgroup that Mathematica开发者_JAVA百科 7 still has a working old-fashioned Mathematica Help Browser from Mathematica 5 for compatibility purp
Reading this question on importing ColorData from matlab, I was wondering if there is a way to change the range of values over which the ColorFunction is scaled. That was probably not entirely clear,
I have the following two lists l1 = {{{2011, 3, 13}, 1}, {{2011, 3, 14}, 1}, {{2011, 3, 15}, 1}, {{2011, 3, 16}, 2}, {{2011, 3, 17}, 3}};
In the mma help docs for Position, the following is listed under \"Possible Issues\" In[开发者_JS百科1]:= Position[Range[-1, 1, 0.05], 0.1]
Yesterday, while adding some timing plots to the \"Optimally picking one element from each list\" question I was once more remembered of a mathgroup posting I did a couple of years ago (\"Keeping plot
I have been mostly a Table functions user in mathematica. However I have noticed that in several examples where I used Array instead of Table to express the same result, it ran markedly faster, especi