NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...
NyquistGridLines is an option to NyquistPlot that specifies contours of constant magnitude and phase of a closed-loop system.
PlayRange is an option for Play and related functions which specifies what range of sound amplitude levels should be included.
PrecedenceForm[expr, prec] prints with expr parenthesized as it would be if it contained an operator with precedence prec.
QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list {q, r}, where q is an orthogonal matrix and r is an upper-triangular matrix.
RenameDirectory["dir_1", "dir_2"] renames the directory dir_1 to dir_2.
Return
(Built-in Mathematica Symbol) Return[expr] returns the value expr from a function. Return[] returns the value Null.
RiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the continuous algebraic Riccati equation ConjugateTranspose[a].x + x.a - ...
RowsEqual is an option for the low-level function GridBox that specifies whether all rows in the grid should be assigned equal total height.
RuntimeOptions is an option for Compile that specifies runtime settings for the compiled function it creates.