MATLAB XPC TARGET RELEASE NOTES Guía de usuario Pagina 421

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 531
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 420
remsig nal
Purpose Remove signals from scope repre sented by scope object
Syntax MATLAB command line
remsignal(scope_object)
remsignal(scope_object, signal_index_vector)
scope_object.remsignal(signal_index_vector)
Target command line
remsignal scope_index = signal_index, signal_index, . . .
Arguments
sc
ope_object
MAT
LAB object created with the target object
me
thod
addscope or getscope.
s
ignal_index_vector
In
dex numbers from the scope object property
S
ignals
. This argument is optional, and if it
i
s left out all signals are removed.
signal_index
Single signal index.
Description remsignal removes signals from a scope object. The signals must be
specified by their indices, which you can retrieve u sing the target ob je c t
method
getsignalid.Ifthescope_index_vector has two or more
scope objects, the sam e signals are removed from each scope. T he
argument
signal_index is optional; if it is left out, all signals a re
removed.
Note You must stop the scope before you can rem ov e a signal from it.
Examples Remove signals 0 and 1 from the scope represented by the scope object
sc1.
sc1.get('signals')
ans= 0 1
18-97
Vista de pagina 420
1 2 ... 416 417 418 419 420 421 422 423 424 425 426 ... 530 531

Comentarios a estos manuales

Sin comentarios