MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 505

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 504
length
11-161
length
Length of object array
Syntax
length(obj)
Arguments
obj An object or an array of objects.
Description
length(obj) returns the length of obj. It is equivalent to the command
max(size(obj)).
Examples
Examine how many tasks are in the job j1.
length(j1.Tasks)
ans =
9
See Also
size
Seitenansicht 504
1 2 ... 500 501 502 503 504 505 506 507 508 509 510 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare