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

6 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

Community Treasure Hunt

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

Start Hunting!