What problem does it solve? AI assistants cannot natively run MATLAB code or interact with MATLAB sessions, forcing engineers and researchers to manually copy code between their AI tool and MATLAB. This Skill connects AI applications directly to MATLAB via the official MathWorks MCP server, enabling code execution, expression evaluation, and code quality checks from within the AI conversation. ## Core Features & Use Cases - Code Execution: Run MATLAB scripts and evaluate expressions through the execute_matlab_code and evaluate_matlab_expression tools, with results returned directly to the AI. - Session Management: Start new MATLAB sessions, connect to existing shared sessions via shareMATLABSession(), and run in desktop or headless nodesktop mode. - Code Quality Checks: Analyze MATLAB code for style and correctness issues using the built-in Code Analyzer via the check_matlab_code tool. - Use Case: A data scientist asks the AI to load a CSV dataset, compute group statistics and a linear regression model in MATLAB, then save a filtered signal plot as a PNG, all without leaving the chat. ## Quick Start Install the server binary, register it with your AI client using the stdio transport, then ask the AI to run a MATLAB calculation such as computing the eigenvalues of a matrix.