The following are some issues and considerations to be aware of when using the Notation Package and/or designing notations. It is intrinsically difficult to debug something ...
GenomeData["gene"] gives the DNA sequence for the specified gene on the reference human genome.GenomeData["gene", " property"] gives the value of the specified property for ...
Slider2D[{x, y}] represents a 2D slider with settings x and y in the range 0 to 1. Slider2D[Dynamic[pt]] takes the setting to be the dynamically updated current value of pt, ...
In a typical Mathematica package, there are generally two kinds of new symbols that are introduced. The first kind are ones that you want to 'export' for use outside the ...
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
SmoothDensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a smooth kernel histogram of the values {x_i, y_i}.SmoothDensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, espec] ...
Normally a live GUIObject instance will shut down and dispose of itself through the normal user action of closing a window or other interface widget that performs the ...
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...