Reference page for ShieldedSPM
Contents
- Summary
- this = ShieldedSPM(arguments) /this = ShieldedSPM(arguments) is a constructor.
- this.create_geometry(arguments) Initialize geometry.
- ShieldedSPM.this.parse_IRdim(arguments) is a function.
- ShieldedSPM/this.parse_thor(arguments) is a function.
- this.save_to_excel(arguments) Save specifications to Excel sheet.
Summary
ShieldedSPM methods: ShieldedSPM - is a class. create_geometry - ShieldedSPM/create_geometry is a function. save_to_excel - ShieldedSPM/save_to_excel is a function. Documentation for ShieldedSPM doc ShieldedSPM
PROPERTIES
METHODS
Class methods are listed below. Inherited methods are not included.
this = ShieldedSPM(arguments) /this = ShieldedSPM(arguments) is a constructor.
this = ShieldedSPM(dim)
this.create_geometry(arguments) Initialize geometry.
this = create_geometry(this, varargin)
Initializes the geometry.
Must be subclassed. Help for ShieldedSPM/*create_geometry* is inherited from superclass GEOBASE
ShieldedSPM.this.parse_IRdim(arguments) is a function.
dim = parse_IRdim(irdim)
ShieldedSPM/this.parse_thor(arguments) is a function.
datr = parse_thor(this)
this.save_to_excel(arguments) Save specifications to Excel sheet.
save_to_excel(this, fname, varargin) Help for ShieldedSPM/*save_to_excel* is inherited from superclass GEOBASE