C2DZOH |
Create a discrete time system using a zero order hold. |
C2DelZOH |
Create a discrete time systems using the delta operator. |
FResp |
Compute the frequency response of the system given a, b, c and d. |
GND |
Compute the frequency response given a numerator/denominator pair. |
GSS |
Compute the multivariable frequency response of the system. |
ND2SS |
Creates state-space model from numerator and denominator polynomials. |
P3Axis |
A 3-axis proportional controller |
PIDMIMO |
Produces a state space n degree of freedom PID controller. |
S2Damp |
Eigenvalues to damping and natural frequency. |
SS2ND |
Converts from state space to numerator denominator form. |
SizeABCD |
Checks the dimensions of the set a,b,c,d for consistency. |
TrnsZero |
Computes the transmission zeros of a plant |
WPZ |
Frequency vector with complex poles and zeros. |
WReson |
Creates a frequency vector with points around resonances. |
ZFresp |
Generates the frequency response for a digital filter. |
AddFillToPlots |
Find mode changes in data and draw as filled sections on existing plots. |
AddView |
Add view accelerators to a figure. |
AddZoom |
Add zoom-in (CTRL+I) and zoom-out (CTRL+O) accelerators to a figure. |
Arrow3D |
Draws a 3D arrow into an existing figure |
AxesCart |
Draw axes on the current plot with X, Y, Z, text labels. |
Axis3D |
Adjust 3D axes properties. |
CameraControls |
This function creates a GUI for manipulating the camera view. |
ColorSpread |
Produce a set of 3-element RGB colors that spread across the colormap. |
Coordinates |
Creates a figure with x,y,z coordinates at the origin. |
DrawVertices |
Draw an object from vertices with in a figure using patch, using lighting. |
Ellipsd |
Generates an ellipsoid using the equation |
LabelLine |
Labels a line. |
LogLimit |
Given a frequency vector, find the logarithm of the frequency |
Map |
Draws a 2 or 3 dimensional map of a planet. |
Mesh2 |
Draws mesh plots with axis labels. |
NPlot |
NPlot generates a plot on which the ylabels are character strings. |
NewFig |
Creates a new figure. |
Plot2D |
Easily build a versatile 2D plot page consisting of any number of plots. |
Plot3D |
Create a 3-dimensional plot. |
PltStyle |
Edit this to globally change the plot styles for the plot labels |
SliderBar |
Create a slider in a new figure with continuous calls to callback. |
SortFigs |
Sort figure windows by cascading them. |
TextS |
Prints labels on a graph using text with toolbox style settings. |
TimeHistory |
Time history plots |
TimeLabl |
Generates a time label given the maximum value of t and rescales t. |
TitleS |
Creates a title using the toolbox style settings. |
XLabelS |
Creates an xlabel using the toolbox style settings |
YLabelS |
Creates a ylabel using the toolbox style settings |
ZLabelS |
Creates a zlabel using the toolbox style settings |
AU2Q |
Convert an angle and a unit vector to a quaternion. |
AnimQ |
Animate the evolution of a quaternion over time. |
Mat2Q |
Converts a transformation matrix to a quaternion. |
Q2AU |
Convert a quaternion to an angle and a unit vector. |
Q2Eul |
Converts a quaternion to 3-2-1 Euler angles. |
Q2Mat |
Converts a quaternion to a transformation matrix. |
QForm |
Transforms a vector in the direction of the quaternion. |
QMult |
Multiply two quaternions. |
QPose |
Transpose of a quaternion. |
QRand |
Generates random quaternions. |
QTForm |
Transforms a vector opposite the direction of the quaternion. |
QUnit |
Unitizes a quaternion. |
QZero |
Outputs the zero quaternion, [1;0;0;0] |
U2Q |
Finds the quaternion that aligns a unit vector with a second vector. |
DTAToDTS |
Converts the date time array to the date time structure |
DTSToDTA |
Converts the date time structure to the date time array |
Date2DN |
Compute the day number from the date. Uses the format from clock. |
Date2JD |
Compute the Julian Date from the date. |
JD2000 |
Returns the Julian Date for J2000.0 0d 0h UT |
JD2Array |
Compute an array of Julian dates from an epoch. |
JD2DN |
Compute the day number from Julian date. |
JD2Date |
Compute the calendar date from the Julian date. |
JD2T |
Converts Julian days to centuries from J2000.0 |
JDToDateString |
Convert Julian Date to the form '04/20/2000 00:00:00' |
JDToMidnight |
Converts a Julian date to the nearest midnight. |
T2JD |
Converts Julian centuries from J2000.0 to days |