Categories of the Class SMODEL

Arithmetic Operator Summary of all arithmetic operator methods
Constructor Summary of all constructor methods
Helper Summary of all helper methods
Internal Summary of all internal methods only for internal usage
Operator Summary of all operator methods
Output Summary of all output methods
Relational Operator Summary of all relational operator methods
Static Summary of all static methods

Arithmetic Operator

conj Gives the complex conjugate of the input smodels
minus Implements subtraction operator for smodel objects.
mrdivide Implements mrdivide operator for smodel objects.
mtimes Implements mtimes operator for smodel objects.
plus Implements addition operator for smodel objects.
rdivide Implements division operator for smodel objects.
times Implements multiplication operator for smodel objects.

Back to Top Back to Top

Constructor

rebuild Rebuilds the input objects using the history.
smodel Constructor for smodel class.

Back to Top Back to Top

Helper

addAliases Add the key-value pairs to the alias-names and alias-values
addParameters Add some parameters to the symbolic model (smodel) object
assignalias Assign values to smodel alias
clearAliases Clear the aliases.
created Returns a time object of the last modification.
creator Extract the creator(s) from the history.
csvexport Exports the data of an object to a csv file.
double Returns the numeric result of the model.
eval Evaluates the symbolic model and returns an AO containing the numeric data.
fitfunc Returns a function handle which sets the 'values' and 'xvals' to a ltpda model.
get Get a property of a object.
hessian Compute the hessian matrix for a symbolic model.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
op Add a operation around the model expression
plot Plots the user object on a figure.
requirements Returns a list of LTPDA extension requirements for a given object.
search Select objects that match the given name.
setAliasNames Set the property 'aliasNames'
setAliasValues Set the property 'aliasValues'
setAliases Set the key-value pairs to the alias-names and alias-values
setDescription Sets the 'description' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh object.
setParameters Set some parameters to the symbolic model (smodel) object
setParams Set the property 'params' AND 'values'
setPlotAxes Sets the 'axes' property of a the object's plotinfo.
setPlotColor Sets the color of a the object's plotinfo.
setPlotFigure Sets the 'figure' property of a the object's plotinfo.
setPlotFillmarker Defines if the plot function fill the marker or not.
setPlotLineStyle Sets the linestyle of a the object's plotinfo.
setPlotLinewidth Sets the linewidth of a the object's plotinfo.
setPlotMarker Sets the marker of a the object's plotinfo.
setPlotMarkerEdgeColor Sets the color of a the object's marker edge.
setPlotMarkerFaceColor Sets the color of a the object's marker face.
setPlotMarkersize Sets the markersize of a the object's plotinfo.
setPlotinfo Sets the 'plotinfo' property of a ltpda_uoh object.
setPlottingStyle Sets the style property of a the object's plotinfo.
setProcinfo Sets the 'procinfo' property of a ltpda_uoh object.
setShowsErrors Sets the 'showErrors' property of a the object's plotinfo.
setTrans Sets the 'trans' property of the smodel object.
setValues Set the property 'values'
setXunits Sets the 'xunits' property of the smodel object.
setXvals Sets the 'xvals' property of the smodel object.
setXvar Sets the 'xvar' property of the smodel object.
setYunits Sets the 'yunits' property of the smodel object.
simplifyUnits Simplify the x and/or y units of the model.
subs Substitutes symbolic parameters with the given values.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
generateConstructorPlist Generates a PLIST from the properties which can rebuild the object.
isprop Tests if the given field is one of the object properties.
string Writes a command string that can be used to recreate the input object(s).
submit Submits the given collection of objects to an LTPDA repository
type Converts the input objects to MATLAB functions.
update Updates the given object in an LTPDA repository

Back to Top Back to Top

Operator

convol_integral Implements the convolution integral for smodel objects.
det Evaluates the determinant of smodel objects.
diff Implements differentiation operator for smodel objects.
fourier Implements continuous f-domain Fourier transform for smodel objects.
ifourier Implements continuous f-domain inverse Fourier transform for smodel objects.
ilaplace Implements continuous s-domain inverse Laplace transform for smodel objects.
inv Evaluates the inverse of smodel objects.
iztrans Implements continuous z-domain inverse Z-transform for smodel objects.
laplace Implements continuous s-domain Laplace transform for smodel objects.
linearize Output the derivatives of the model relative to the parameters.
simplify Implements simplify operator for smodel objects.
sum Adds all the elements of smodel objects arrays.
ztrans Implements continuous z-domain Z-transform for smodel objects.

Back to Top Back to Top

Output

char Convert a smodel object into a string.
display Overloads display functionality for smodel objects.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
viewHistory Displays the history of an object as a dot-view or a MATLAB figure.

Back to Top Back to Top

Relational Operator

isequal Overloads the isequal operator for ltpda objects.

Back to Top Back to Top

Static

SETS (No help available)
getBuiltInModels (No help available)
getDefaultPlist (No help available)
getInfo (No help available)
initObjectWithSize (No help available)
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team