MATLAB FINANCIAL TOOLBOX - RELEASE NOTES Manual de usuario Pagina 30

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 30
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 29
1 2 ... 25 26 27 28 29 30

Comentarios a estos manuales

Sin comentarios