Target Platform Device Customization - MATLAB & Simulink (original) (raw)

Provide code generator with information about target platform and required code features

For your target device, select a system target file that provides the code generator with information about the target platform and required code features. You can also:

Namespaces

target Manage target hardware and build tool information

Classes

target.Alias Create alternative identifier for target object
target.LanguageImplementation Provide C and C++ compiler implementation details
target.Object Base class for target types
target.Processor Provide target processor information

Functions

target.add Add target object to internal database
target.clear Clear all target objects from internal database (Since R2023a)
target.create Create target object
target.export Export target object data
target.get Retrieve target objects from internal database
target.remove Remove target object from internal database
target.update Update target objects in internal database (Since R2023a)
target.upgrade Upgrade existing definitions of hardware devices

Topics