Method ao/offset


  OFFSET adds an offset to the data in the AO.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: OFFSET adds an offset to the data in the AO.
 
  CALL:        ao_out = offset(ao_in);
               ao_out = offset(ao_in, pl);
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
offset
OFFSET [] none The offset to add.
It can be a double or an ao. In this latter case,
the units should be empty or matching those of the input objects

Example

plist('OFFSET', [[]])

back to top back to top

Some information of the method ao/offset are listed below:
Class name ao
Method name offset
Category Operator
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team