GeneratingFunction[expr, n, x] gives the generating function in x for the sequence whose n\[Null]^th series coefficient is given by the expression ...
GridLines is an option for two-dimensional graphics functions that specifies grid lines.
InverseContinuousWaveletTransform[cwd] gives the inverse continuous wavelet transform of a ContinuousWaveletData object cwd. InverseContinuousWaveletTransform[cwd, wave] ...
NicholsGridLines is an option to NicholsPlot that specifies contours of constant magnitude and constant phase of the closed-loop system.
StringPosition["string", " sub"] gives a list of the starting and ending character positions at which " sub" appears as a substring of " string". StringPosition["string", ...
Ticks
(Built-in Mathematica Symbol) Ticks is an option for graphics functions that specifies tick marks for axes.
ToDiscreteTimeModel[sys, \[Tau]] gives the discrete-time approximation with sampling period \[Tau] of the continuous-time StateSpaceModel or TransferFunctionModel object ...
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...
There are many situations where one wants to find a formula that best fits a given set of data. One way to do this in Mathematica is to use Fit. Basic linear fitting. Here is ...
On most computer systems, you can execute external programs or commands from within Mathematica. Often you will want to take expressions you have generated in Mathematica, ...