Main Content

target.MATLABDependencies Class

Namespace: target

Describe MATLAB class and function dependencies

Since R2021a

Description

Use the target.MATLABDependencies class to describe MATLAB® class and function dependencies.

To create a target.MATLABDependencies object, use the target.create function.

Properties

expand all

MATLAB classes that make up the implementation dependencies.

Attributes:

GetAccess
public
SetAccess
public

MATLAB functions that make up the implementation dependencies.

Attributes:

GetAccess
public
SetAccess
public

Examples

MATLAB Dependencies of target.DebugIOTool Implementation

For an example that describes the MATLAB dependencies of an implementation of target.DebugIOTool, see Use Debugger for PIL Target Connectivity (Embedded Coder).

Version History

Introduced in R2021a