Determine if function is suitable for code generation
coder.screener(fcn)
coder.screener(fcn_1,...,fcn_n )
coder.screener(
analyzes
the entry-point MATLAB® function, fcn
)fcn
. It
identifies unsupported functions and language features as code generation
compliance issues. It displays the code generation compliance issues
in a report. If fcn
calls other functions directly
or indirectly that are not MathWorks® functions, coder.screener
analyzes
these functions. It does not analyze MathWorks functions.
It is possible that coder.screener
does not detect
all code generation issues. Under
certain circumstances, it is possible that coder.screener
reports
false errors.
coder.screener(
analyzes
entry-point functions (fcn_1,...,fcn_n
)fcn_1,...,fcn_n
).
|
Name of entry-point MATLAB function that you want to analyze. |
|
Comma-separated list of names of entry-point MATLAB functions that you want to analyze. |