ObservableDecomposition[ss] yields the observable decomposition of the StateSpaceModel object ss. The result is a list {s_o, ss_o} where s_o is the transformation matrix and ...
Take
(Built-in Mathematica Symbol) Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
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, ...}] ...
ClusteringComponents[array] gives an array in which each element of array is replaced by an integer index representing the cluster in which the element ...
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
ImageKeypoints[image] finds key features in image and returns their coordinates.ImageKeypoints[image, prop] gives the specified property prop for each keypoint.
MultivariatePoissonDistribution[\[Mu]_0, {\[Mu]_1, \[Mu]_2, \ ...}] represents a multivariate Poisson distribution with mean vector {\[Mu]_0 + \[Mu]_1, \[Mu]_0 + \[Mu]_2, ...
SelectComponents[m, " prop", crit] computes a property " prop" for all components in a label matrix m and returns a version of m in which components that do not satisfy crit ...
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).