Method mfh/index


  INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: INDEX into an 'ltpda_uoh' object array or matrix.
               This properly captures the history.
  
  Note: the same indexing convention as MATLAB is used. That is,
  
               i = row number
               j = col number
  
  Note: If multiple input arrays of objects are input, then they are
  collected into one large (linear) array.
 
  CALL:        b = index(a, i)
               b = index(a, i, j)
               b = a.index(plist('I', i))
               b = a.index(plist('I', i, 'J', j))
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uoh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
index
I [] none
J [] none

Example

plist('I', [[]], 'J', [[]])

back to top back to top

Some information of the method ltpda_uoh/index are listed below:
Class name ltpda_uoh
Method name index
Category Helper
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 0
Supported numeric types {'double'}




©LTP Team