"; } ?> None

TORSCHE Scheduling
Toolbox for Matlab

Name

set — sets properties to set of objects.

Synopsis


   SET(OBJECT)
   SET(OBJECT,'Property')
   SET(OBJECT,'PropertyName',VALUE)
   SET(OBJECT,'Property1',Value1,'Property2',Value2,...)

Description

SET(OBJECT) displays all properties of OBJECT and their admissible values.

SET(OBJECT,'Property') displays legitimate values for the specified property of OBJECT.

SET(OBJECT,'PropertyName',PropertyValue) sets the property 'PropertyName' of the OBJECT to the value PropertyValue.

SET(OBJECT,'Property1',PropertyValue1,'Property2',PropertyValue2,...) sets multiple OBJECT property values with a single statement.

One string have special meaning for PropertyValues: 'default' - use default value

See also

SCHEDOBJ/GET

Webmaster - Jan Dvořák (2004 - 2024)