CSM Figure


Base class for CSM Figures. ie. csm_plot_pca, csm_gui_alignment, etc.

The base class for the CSM figures. These wrappers are the standardised access points to the underlying CSM functions.

Have a look at the code for any of the existing wrappers for examples

of building your own, eg csm_plot_pca()

Usage

model = csm_figure( );

Returns

VariableTypeDescription
csm_figure.handlescellThe figure handles.
csm_figure.linkpropstructThe linkprop should it exist.

Methods

MethodDescription
csm_figure.init( obj )Run the initialisation methods.
csm_figure.runAuditInfoMethods()Run the csm_audit_info methods.
csm_figure.setCsmDataHash()Set the data hashes.
csm_figure.callBaseTool()Call the underlying tool (ie mypca)
csm_figure.parseOutput()Parse the output from tmp into output.

Copyright Imperial College London 2019