Main Content

sschdladvisor

Open Simscape HDL Workflow Advisor

Description

sschdladvisor(model) opens the Simscape HDL Workflow Advisor for the model.

Examples

collapse all

Open the Boost Converter model.

ModelName = 'sschdlexBoostConverterExample';
open_system(ModelName)

Open the Simscape HDL Workflow Advisor for the Boost Converter model.

sschdladvisor(ModelName)

Input Arguments

collapse all

Model name or handle, specified as a character vector, string scalar, or model handle.

Data Types: char | string | double

Version History

Introduced in R2018b