| Contents | Index |
rtwrebuild()
rtwrebuild('model')
rtwrebuild('path')
rtwrebuild() recompiles files you modified by invoking the makefile generated during the previous build. If you omit the input arguments, the current working folder is the build folder of the model.
Use rtwrebuild('model') if your current working folder is one level above the build folder of the model (pwd when you initiated the Simulink Coder build).
Use rtwrebuild('path') to specify the path to the build folder of the model.
If your model includes submodels, the Simulink Coder software builds the submodels recursively before rebuilding the top model.
| model | String specifying the model name. |
| path | String specifying the fully qualified path to the build folder for the model. |
Rebuild the rtwdemo_f14 model:
rtwrebuild('rtwdemo_f14')Rebuild the model in a specified path:
rtwrebuild(fullfile(matlabroot,'rtwdemo_f14'))

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |