StateResponse[ss, u, t] gives the state response of the StateSpaceModel object ss to the input u as a function of time t.StateResponse[ss, u, {t, t_min, t_max}] gives the ...
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.
RectangleChart3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a 3D rectangle chart with bars of width x_i, depth y_i and height z_i. RectangleChart3D[{..., w_i[{x_i, y_i, ...
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
CityData["name", " property"] gives the value of the specified property for the city with the specified name.CityData["name"] gives a list of the full specifications of ...
GroupMultiplicationTable[group] gives the multiplication table of group as an array.
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...
Style
(Built-in Mathematica Symbol) Style[expr, options] displays with expr formatted using the specified option settings. Style[expr, " style"] uses the option settings for the specified style in the current ...