I am using rtwbuild to generated C++ code from a Simulation diagrams and would like to save generated code to an arbitrary directory. Is there any way to do so?
The generated code should be by default be in the a folder with the name of your model with some extension "_grt_rtw" or something else.
So you are supoosed to know the default output folder. By using the following commands, you will be able to move or copy your files:movefile() copyfile()