MATLAB PARALLEL COMPUTING TOOLBOX 4 Betriebsanweisung Seite 73

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 128
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 72
8-7
Compatibility Considerations
In past releases, when there was no error, the Error property contained an MException
object with empty data fields, generated by MException('', ''). Now to determine if
a task is error-free, you can query the Error property itself to see if it is empty:
didTaskError = ~isempty(t.Error)
where t is the task object you are examining.
Seitenansicht 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 127 128

Kommentare zu diesen Handbüchern

Keine Kommentare