Is there a way to open HDL Workflow Advisor via Command Line?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Is it possible to open HDL Workflow Advisor window with a command from the Matlab workspace?
0 Commenti
Risposta accettata
Tim McBrayer
il 5 Apr 2016
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.
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!