Sometimes you may want to work with a specific part of a file instead of all of it. When bringing a file into Mathematica , you can elect to import just individual parts of ...
String
(Mathematica Import/Export Format) Arbitrary binary data represented as a Mathematica string. Used for importing or exporting entire raw binary data.
AbelianGroup[{n_1, n_2, ...}] represents the direct product of the cyclic groups of degrees n_1, n_2, ....
AugmentedSymmetricPolynomial[{r_1, r_2, ...}] represents a formal augmented symmetric polynomial with exponents r_1, r_2, ....AugmentedSymmetricPolynomial[{{r_11, ..., r 1 ...
BarOrigin is an option to BarChart and related functions that specifies the origin placement for bars.
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
BilateralFilter[image, \[Sigma], \[Mu]] applies a bilateral filter of spatial spread \[Sigma] and pixel value spread \[Mu] to image.
BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
ChoiceButtons[] represents a pair of OK and Cancel buttons that close a dialog.ChoiceButtons[{act_ok, act_cancel}] represents OK and Cancel buttons that evaluate the ...
Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...