
Release Notes for Release 13
14
This time-out will be reached if the client machine crashes and cannot release
the license, or if the machine is removed from the network (unplugged). If
MATLAB reestablishes its connection to the license server after its licenses are
released, they will be checked out again. When you suspend MATLAB using
Ctrl+Z, the heartbeat thread is still active and continues to maintain the
connection to the license server.
Note Multithreaded heartbeats are not supported on ALPHA, HP700, or
IBM RS6000.
New license Command Features. The MATLAB license command now supports
two new capabilities:
•Obtaining a list of licenses currently in use
•Identifying if a particular product is licensed
To use the MATLAB
license command to obtain a list of all licenses currently
in use, use this syntax
result = license('inuse');
You can also use the license command to check if you have a license for a
particular product.
result = license('test', product_name);
You must use the product name abbreviation as it appears in the INCREMENT
line in your License File (
license.dat). For example, the product name for the
the System Identification Toolbox is
Identification_Toolbox. Note that
product names are case sensitive.
Commentaires sur ces manuels