MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 446

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 445
isempty
16-106
16isempty
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
Seitenansicht 445
1 2 ... 441 442 443 444 445 446 447 448 449 450 451 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare