MATLAB CONTROL SYSTEM TOOLBOX 9 Guida Utente Pagina 495

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 649
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 494
isempty
11-105
11isempty
Purpose Test if an LTI model is empty
Syntax boo = isempty(sys)
Description isempty(sys) returns 1 (true) if the LTI model sys has no input or no output,
and
0 (false) otherwise.
Example Both commands
isempty(tf) % tf by itself returns an empty transfer function
isempty(ss(1,2,[],[]))
return 1 (true) while
isempty(ss(1,2,3,4))
returns 0 (false).
See Also issiso True for SISO systems
size I/O dimensions and array dimensions of LTI models
Vedere la pagina 494
1 2 ... 490 491 492 493 494 495 496 497 498 499 500 ... 648 649

Commenti su questo manuale

Nessun commento