MATLAB: Is there a way to open HDL Workflow Advisor via Command Line

HDL Coderhdl workflow advisor

Is it possible to open HDL Workflow Advisor window with a command from the Matlab workspace?

Best Answer

To open the HDL Workflow Advisor for Simulink, run:
>> hdladvisor('modelname/subsystemname')
To open the HDL Workflow advisor for MATLAB, run:
>> hdlcoder
You will then need to select an existing project or create a new one.