MATLAB AEROSPACE TOOLBOX RELEASE NOTE Manual de usuario Pagina 40

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 78
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 39
R2011b
8-2
Conversion of Error and Warning Message Identifiers
For R2011b, error and warning message identifiers have changed in Aerospace Blockset.
Compatibility Considerations
If you have scripts or functions that use message identifiers that changed, you must
update the code to use the new identifiers. Typically, message identifiers are used to turn
off specific warning messages.
For example, the aeroblk:sltranslate identifier has changed
to aeroblks:sltranslate:invalidVersion. If your code
checks for aeroblk:sltranslate, you must update it to check for
aeroblks:sltranslate:invalidVersion instead.
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.
Note: Warning messages indicate a potential issue with your code. While you can turn off
a warning, a suggested alternative is to change your code so it runs warning-free.
Efficient C Code Generation
With the code reuse functionality from Simulink Coder™, the Aerospace Blockset
software now has efficient C code generation for all blocks. In previous releases, you
could not reuse generated code.
Blocks and Block Elements Being Removed
Blocks or Block
Element Names
What Happens When
You Use the Block or
Element?
Use These Blocks or
Block Element Names
Instead
Compatibility
Considerations
World Magnetic
Model 2000
Nothing. For model years
between 2000 and
For model years
between 2000 and
Vista de pagina 39
1 2 ... 35 36 37 38 39 40 41 42 43 44 45 ... 77 78

Comentarios a estos manuales

Sin comentarios