matlab-agentic-toolkit

matlab-agentic-toolkit

MATLAB Agentic Toolkit enables AI agents to leverage MATLAB capabilities, optimizing engineering and scientific workflows.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

The MATLAB Agentic Toolkit allows AI agents to utilize MATLAB's functionality, enhancing the efficiency of engineering and scientific workflows. With this toolkit, AI agents can write code compliant with MATLAB standards, generate and run tests, diagnose errors, and build applications. It also provides knowledge of MATLAB workflows, conventions, and best practices, reducing token consumption. Suitable for AI agents working within the MATLAB environment.

Capabilities

  • Connect AI agents to MATLAB
  • Provide MATLAB workflow knowledge
  • Generate and run tests
  • Diagnose and fix errors
  • Build MATLAB applications

Use cases

Write and debug MATLAB codeGenerate and run test casesManage and optimize data import and analysisBuild MATLAB applications

Setup

Requires: MATLAB R2021a 或更高版本Git支持 MCP 服务器的 AI 编码代理
1. Download the installer: [agenticToolkitInstaller.mltbx](https://github.com/matlab/simulink-agentic-toolkit/releases/latest/download/agenticToolkitInstaller.mltbx).
2. Open the downloaded file in MATLAB to install the plugin.
3. Run the command `setupAgenticToolkit("install")` in MATLAB.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How can I verify a successful installation?

Ask the agent: `What version of MATLAB is running? List the installed toolboxes.`

How do I connect to an existing MATLAB session?

Run `shareMATLABSession()` in the MATLAB command window.

Related skills