MATLAB DATA ACQUISITION TOOLBOX - RELEASE NOTES Manual do Utilizador Página 37

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 50
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 36
Maximum Name Length Changed for Variables, Functions, Files
31
Warning for Identifiers Longer Than 31
In MATLAB 6.5, if you use an identifier that exceeds the previous limit of 31
characters, MATLAB can optionally generate a warning of the form:
<identifier> exceeds MATLAB's previous maximum name length limit
of 31 characters.
This warning is disabled by default. You can enable it by typing
warning on MATLAB:usinglongnames
Note Unlike most MATLAB warnings, you cannot enable this warning with
the commands,
warning on or warning on all. You must use the command
shown above.
Warning for Identifiers Longer Than
namelengthmax
If you specify an identifier that exceeds the new character limit, MATLAB
generates the following warning:
<identifier> exceeds MATLAB's maximum name length of
<namelengthmax> characters and has been truncated to
<truncated_identifier>
This warning is enabled by default. You can disable it by typing the following
command. However, we strongly encourage you to leave it enabled:
warning off MATLAB:namelengthmaxexceeded
MATLAB Toolbox Functions Updated
MATLAB toolbox functions, such as isvarname, have been updated in
MATLAB 6.5 to make use of the
namelengthmax function, and thus return the
correct values.
Vista de página 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 49 50

Comentários a estes Manuais

Sem comentários