MATLAB FINANCIAL TOOLBOX - RELEASE NOTES Instrukcja Użytkownika Strona 30

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 30
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 29
1 2 ... 25 26 27 28 29 30

Komentarze do niniejszej Instrukcji

Brak uwag