EDF
(Mathematica Import/Export Format) EDF and EDF+ physiological signal recordings formats. Commonly used for the exchange and storage of medical time-series recordings. Application areas include ...
When you write a program in Mathematica, you should always try to set it up so that its parts are as independent as possible. In this way, the program will be easier for you ...
Widget["IndexedImagePanel"] represents an indexed image panel.
Partition[list, n] partitions list into non-overlapping sublists of length n. Partition[list, n, d] generates sublists with offset d. Partition[list, {n_1, n_2, ...}] ...
UnderoverscriptBox[x, y, z] is the low-level box representation for x_y^z in notebook expressions.
If you have special-purpose programs written in C or Fortran, you may want to take formulas you have generated in Mathematica and insert them into the source code of your ...
MinimumBandwidthOrdering[g] attempts to find a vertex ordering that minimizes the bandwidth of the undirected graph g.MinimumBandwidthOrdering[m] attempts to find row and ...
EvaluationMonitor is an option for various numerical computation and plotting functions that gives an expression to evaluate whenever functions derived from the input are ...
ConversionRules is an option for Cell that can be set to a list of rules specifying how the contents of the cell are to be converted to external formats.
FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.