NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
NotebookLocate["tag"] locates all cells with the specified tag in your current input notebook, selecting the cells and scrolling to the position of the first one. ...
NotebookObject[fe, id] is an object that represents an open notebook in the front end.
NotebookOpen["name"] opens an existing notebook with the specified name, returning the corresponding notebook object. NotebookOpen["name", options] opens a notebook using the ...
ObservableModelQ[ss] gives True if the StateSpaceModel object ss is observable, and False otherwise.
OpenAppend["file"] opens a file to append output to it, and returns an OutputStream object.
OutputControllabilityMatrix[ss] gives the output controllability matrix of the StateSpaceModel object ss.
PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn.
PointSize[d] is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with diameter d. The diameter d is given as a ...
Refresh
(Built-in Mathematica Symbol) Refresh[expr, opts] represents an object whose value in a Dynamic should be refreshed at times specified by the options opts. Refresh[expr, None] specifies that the value of ...