upload_data
Upload base64-encoded data files to MATLAB session's temporary directory for access in MATLAB code execution.
Instructions
Upload a data file to the session's temporary directory.
The file content should be base64-encoded. The file is written to the session temp dir and can be accessed from MATLAB code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| content_base64 | Yes |