MATLAB FINANCIAL TOOLBOX - RELEASE NOTES Manuel d'utilisateur Page 30

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 30
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 29
1 2 ... 25 26 27 28 29 30

Commentaires sur ces manuels

Pas de commentaire