Main Content

sschdladvisor

Open Simscape HDL Workflow Advisor

Description

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

Examples

collapse all

This example shows how to open advisor for the model.

Open Simscape HDL Advisor for a Model

To open the advisor for the Boost Converter model, enter:

ModelName = 'sschdlexBoostConverterExample';
open_system(ModelName)

Run the sschdladvisor function for the Boost Converter model.

sschdladvisor(Modelname)

Input Arguments

collapse all

Model name or handle, specified as a character vector.

Data Types: char

Version History

Introduced in R2018b