MATLAB XPC TARGET 4 - IO Guía de usuario Pagina 142

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 182
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 141
get
6-22
6get
Purpose Return the property values for target and scope objects.
Syntax MATLAB command line
get(target_object, ’target_object_property’)
Arguments
Description Method of target objects. Gets the value of readable target object properties
from a target object.
Examples List the value for the target object property StopTime. Notice the property
name is a string, in quotes, and not case-sensitive.
get(tg,'stoptime’) or tg.get('stoptime')
ans = 0.2
See Also The xPC Target target object method set.The scope object methods get and
set. The built in MATLAB functions get and set.
target_object Name of a target object
target_object_property Name of a target object property.
Vista de pagina 141
1 2 ... 137 138 139 140 141 142 143 144 145 146 147 ... 181 182

Comentarios a estos manuales

Sin comentarios