execute_matlab_code
Execute MATLAB code directly by submitting scripts, with options to save the script for future use or specify a custom path. Ideal for integrating MATLAB with AI systems.
Instructions
Execute MATLAB code and return the results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | MATLAB code to execute | |
saveScript | No | Whether to save the MATLAB script for future reference | |
scriptPath | No | Custom path to save the MATLAB script (optional) |