Main Content

validate

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Determine whether target is valid

Syntax

tf = validate(targetObj)

Description

tf = validate(targetObj) validates the Target object and returns true if the validation succeeds. Otherwise, returns false.

Input Arguments

expand all

Target object that references the Target being developed.

Output Arguments

expand all

Logical 1 (true) indicates that the target is validated. Otherwise, the target is not validated.

Version History

Introduced in R2015a

See Also