execute_code
Run MATLAB code to execute computations, generate outputs, and manage variables within a MATLAB session.
Instructions
Execute MATLAB code.
Runs the given MATLAB code string in the session's engine. Returns a result dict with status, job_id, output, variables, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |