MATLAB FINANCIAL TOOLBOX - RELEASE NOTES Bedienungsanleitung Seite 30

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 30
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 29
R2012b
6-4
For example, because Fixed-Income Toolbox and Financial Derivatives Toolbox merged
to become Financial Instruments Toolbox, the finfixed and finderiv message
identifiers have changed to fininst. If your code checks for finfixed or finderiv
message identifiers, you must update it to check for finisnt instead.
To determine the identifier for an error, run the following command just after you see the
error:
exception = MException.last;
MSGID = exception.identifier;
To determine the identifier for a warning, run the following command just after you see
the warning:
[MSG,MSGID] = lastwarn;
This command saves the message identifier to the variable MSGID.
Seitenansicht 29
1 2 ... 25 26 27 28 29 30

Kommentare zu diesen Handbüchern

Keine Kommentare