Method mfh/setConstObjects


  SETCONSTOBJECTS sets the 'constObjects' property of a mfh object.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SETCONSTOBJECTS sets the 'ConstObjects' property of a mfh object.
 
  CALL:       
               obj = setConstObjects(obj, name, val)
               obj = setConstObjects(obj, name1, val1, name2, val2,...)
               obj = obj.setConstObjects(plist('ConstObjects', val);
               obj = obj.setConstObjects(plist('names', {name1, name2}, 'values', {ao1, ao2});
 
  INPUTS:      obj: mfh object(s)
               val: Single object or a cell of objects
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class mfh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
setConstObjects
NAMES {} [0x0] none The constant object names to set.
VALUES {} [0x0] none The constant object values to set.
CONSTOBJECTS, CONSTANT OBJECTS, CONSTANT VALUES, CONSTANTS {} [0x0] none The constant objects to set.

Example

plist('NAMES', cell(0,0), 'VALUES', cell(0,0), 'CONSTOBJECTS', cell(0,0))

back to top back to top

Some information of the method mfh/setConstObjects are listed below:
Class name mfh
Method name setConstObjects
Category Helper
Package name ltpda
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team