Main Content

sltest.harness.convert

Convert test harnesses between internal and external storage

Description

sltest.harness.convert(modelName) converts the test harnesses storage type for modelName.

sltest.harness.convert(modelName,conversion) converts test harnesses storage type using the additional option conversion specifying which storage type is being converted to.

Examples

collapse all

openExample('f14');
sltest.harness.convert('f14','ExternalToInternal')

Input Arguments

collapse all

Model handle or path, specified as a character vector.

Example: 'model_name'

Conversion to perform, specified as a character vector.

Example: 'InternalToExternal'

Version History

Introduced in R2016a