Call and execute MATLAB script/function post Real Time Workshop build process
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 10 Dez. 2013
Beantwortet: MathWorks Support Team
am 10 Dez. 2013
How can I call and run a MATLAB script post the completion of a successful build process?
Akzeptierte Antwort
MathWorks Support Team
am 10 Dez. 2013
1. You can make use of the SET_PARAM command property 'PostCodeGenCommand' to include the MATLAB script or function file as the one that needs to executed after build process. The function file can accept Build information object that contains all details on the build process. You can retrieve and add information to this objects if you wish using the post code generation files.
For details, please see the following link: <http://www.mathworks.com/help/releases/R2010b/toolbox/rtw/ug/bqobjzq.html>
2. The other way is to make use of RTW (Real Time Workshop) hooks to include scripts or files at the end of the build process.
For details, please see the following link: <http://www.mathworks.com/help/releases/R2010b/toolbox/rtw/ug/f10435.html>
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!