MATLAB CONTROL SYSTEM TOOLBOX 9 Guía de usuario Pagina 85

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 649
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 84
LTI Properties
2-41
You can use regular cell array syntax for accessing or modifying I/O group
components. For example, to delete the first output group,
temperature,type
h.OutputGroup(1,:) = []
ans =
[1x2 double] 'measurements'
Similarly, you can add or delete channels from an existing input or output
group. Recalling that input group channels are stored in the first column of the
corresponding cell array, to add channel three to the input group
controls,
type
h.inputgroup{1,1} = [h.inputgroup{1,1} 3]
or, equivalently,
h.inputgroup{1,1} = [1 2 3]
Vista de pagina 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 648 649

Comentarios a estos manuales

Sin comentarios