Mathematica allows Greek letters to be integrated into symbol names, strings, graphics, and text. Greek letters can be input from palettes or by using keyboard shortcuts.
NetCDF
(Mathematica Import/Export Format) MIME type: application/x-netcdf NetCDF data file format. Self-describing format for exchanging scientific data. Used in atmospheric research, GIS, and related fields. NetCDF ...
ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...
LineSpacing is an option for Style and Cell that specifies the spacing between successive lines of text.
ListSurfacePlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots a three-dimensional surface constructed to fit the specified points.
WatershedComponents[image] computes the watershed transform of image, returning the result as a matrix in which positive integers label the catchment ...
The standard front end interface, as discussed in "Using a Notebook Interface", is appropriate for most users' purposes. In some cases, however, you may not need to use the ...
CUDADilation[img, r] gives the morphological dilation of img with respect to a range-r square.CUDADilation[mem, r] gives the morphological dilation of list with respect to a ...
CUDAErosion[img, r] gives the morphological erosion of img with respect to a range-r square.CUDAErosion[list, r] gives the morphological erosion of list with respect to a ...