validate
Class: coder.make.ToolchainInfo
Namespace: coder.make
Validate toolchain
Syntax
h.validate
h.validate('setup','cleanup')
[sflag, report]
= h.validate (___)
Description
validates the toolchain object and
generates errors if properties are incorrectly defined.h
.validate
evaluates the setup callbacks (h
.validate('setup'
,'cleanup'
)ShellSetup
and
MATLABSetup
) of the toolchain object before validation and evaluates
the cleanup callbacks (ShellCleanup
and
MATLABCleanup
) of the toolchain object after validation. The
Configuration Parameters dialog box executes this version of validate
when
validating the toolchain.
[
validates the toolchain object, generates errors if properties are incorrectly defined, and
returns optional output arguments.sflag
, report
]
= h
.validate (___)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2013a