Check Code Using the Code Generation Readiness Tool - MATLAB & Simulink (original) (raw)
Main Content
Run Code Generation Readiness Tool at the Command Line
- Navigate to the folder that contains the file that you want to check for code generation readiness.
- At the MATLABĀ® command prompt, enter:
coder.screener('filename')
The Code Generation Readiness tool opens for the file namedfilename
, provides a code generation readiness score, and lists issues that must be fixed prior to code generation.
Run the Code Generation Readiness Tool from the Files Panel
- In the Files panel, right-click the file that you want to check for code generation readiness.
- From the context menu, select
Check Code Generation Readiness
.
The Code Generation Readiness tool opens for the selected file and provides a code generation readiness score and lists issues that must be fixed prior to code generation.