Categories of the Class MFH

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
Output Summary of all output methods
Relational Operator Summary of all relational operator methods
Signal Processing Summary of all signal processing methods
Static Summary of all static methods

Arithmetic Operator

minus Implements subtraction operator for mfh objects.
plus Implements addition operator for mfh objects.
rdivide Implements division operator for mfh objects.
times Implements multiplication operator for mfh objects.

Back to Top Back to Top

Constructor

mfh Function handle class constructor.
rebuild Rebuilds the input objects using the history.

Back to Top Back to Top

Helper

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.
flscov M - Tool to perform a least square fit in frequency domain.
get Get a property of a object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
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.
setConstObjects Sets the 'constObjects' property of a mfh object.
setDescription Sets the 'description' property of a ltpda_uo object.
setInputObjects Sets the 'inputObjects' property of a mfh object.
setName Sets the property 'name' of an ltpda_uoh object.
setNumeric Sets the 'numeric' property of a mfh object.
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.
setSubfuncs Sets the 'subfuncs' property of a mfh object.
setTimespan Sets the 'timespan' property of a ltpda_uoh object.

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

Output

char Convert a mfh object into a string.
disp Overloads display functionality for mfh 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

Signal Processing

fisher M Calculation of the Fisher Information Matrix/Covariance
fminsearch Uses a simplex search to minimise the given function handle.
fminsearchbnd Uses a simplex search to minimise the given function handle
getFitErrors Calculates fisher matrix approximation of fit parameters
getHessian Calculate Hessian matrix for a given function.
getJacobian Calculate Jacobian matrix for a given function.
lincom Make a linear combination of supplied models objects
loglikelihood Compute log-likelihood for MFH objects
multinest M
paramCovMat Calculate the covariace matrix for the parameters.
setParamsToConst Set the given parameters to be constant in the model.
testHessianMatrix Performs a random study of the n-dimensional error ellipsoide for a given confidence level.

Back to Top Back to Top

Static

SETS (No help available)
getBuiltInModels Returns a list of the built-in AO models found on the
getDefaultPlist (No help available)
getInfo (No help available)
initObjectWithSize (No help available)
prepareConstants Prepares the input constants (specified by char or
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team