MATLAB XPC TARGET 4 - API GUIDE Guía de usuario Pagina 333

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 372
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 332
setparam
14-89
14setparam
Purpose Change writable target object parameters
Syntax MATLAB command line
setparam(target_object, 'parameter_value')
Arguments
Description Method of a target object. Set the value of the target parameter. This method
returns a structure that stores the parameter index, previous parameter
values, and new parameter values in the following fields:
parIndexVec
OldValues
NewValues
Examples Set the value of parameter index 5 to 100.
setparam(tg, 5, 100)
ans =
parIndexVec: 5
OldValues: 400
NewValues: 100
target_object
Name of an existing target object. The default
name is
tg.
parameter_value
Value for a target object parameter.
Vista de pagina 332
1 2 ... 328 329 330 331 332 333 334 335 336 337 338 ... 371 372

Comentarios a estos manuales

Sin comentarios