
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.
Komentarze do niniejszej Instrukcji