MATLAB: Comments in MATLAB Function Block do not appear in generated code

codecommentsEmbedded CoderfunctiongenerationMATLAB

I am generating code for a MATLAB Function Block using Embedded Coder in 2018b. How do I include comments from the MATLAB Function in generated code?

Best Answer

In order to include user comments in generated code, please enable the "MATLAB user comments" option under Configuration Parameters > Code Generation > Comments. Additionally, if you want to include the MATLAB code as comments, please enable the "MATLAB source code as comments" option.