What is Matlab command line equivalent to "Deploy to Hardware Ctrl+B" button in Simulink?

3 views (last 30 days)
Hello,
What is Matlab command line equivalent to "Deploy to Hardware Ctrl+B" button in Simulink?
Thanks!

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 21 Feb 2020
rtwbuild()

More Answers (1)

bhavay chaudhary
bhavay chaudhary on 10 May 2022
You can use:
slbuild()
Note: rtwbuild() is depreciated in the latest versions of matlab

Categories

Find more on Embedded Coder in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!