check_code
Lint MATLAB code to identify syntax errors, style issues, and potential bugs by analyzing code structure and patterns.
Instructions
Lint MATLAB code using checkcode/mlint.
Writes the code to a temporary file and runs mcp_checkcode() on it, returning a list of issues (line, column, message, severity).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |