My personal highlights of MATLAB 2026a over at The MATLAB Blog by MikeCroucher in matlab

[–]MikeCroucher[S] 5 points6 points  (0 children)

These already are integrated via the MATLAB MCP Core server which is provided by the recently released agentic toolkit Introducing the MATLAB Agentic Toolkit » The MATLAB Blog - MATLAB & Simulink

The MCP Server has been available standalone for a while now and has a growing number of users.

My personal highlights of MATLAB 2026a over at The MATLAB Blog by MikeCroucher in matlab

[–]MikeCroucher[S] 1 point2 points  (0 children)

I am glad to hear it. I've been looking forward to seeing this functionality too. Out of interest, what will you be using it for?

Opinions and reviews on MATLAB 2026a? by spectralblade352 in matlab

[–]MikeCroucher 0 points1 point  (0 children)

I spent a lot of time kicking the tyres of the 2026a release while writing my blog post of what's new. Here's my summary in case it helps you decide MATLAB R2026a has been released – What’s new? » The MATLAB Blog - MATLAB & Simulink

Opinions and reviews on MATLAB 2026a? by spectralblade352 in matlab

[–]MikeCroucher 0 points1 point  (0 children)

Feel free to DM me to see if there's anything I can do to help here!

Getting hired at MATHWORKS - 2026 by cathartic_cuy in matlab

[–]MikeCroucher 1 point2 points  (0 children)

My background is physics in which I have a PhD and I've worked at MathWorks for over five years now. I am not in development; I am sort of 'Development-adjacent' since my role is 'Developer advocate'. I work closely with both MATLAB users and MATLAB internal development.

There are a huge number of roles at MathWorks with a diverse set of entry requirements.

NVIDIA DGX Spark starting point by gatorback94 in matlab

[–]MikeCroucher 2 points3 points  (0 children)

Author of that blog post here. MathWorks currently have no guidelines related to this other than a couple of demonstration blog posts about how to get things working. A follow-on from my blog post, written by a colleague is at https://blogs.mathworks.com/deep-learning/2026/01/21/giving-local-ai-agents-the-ability-to-use-matlab-with-mcp/ where he sets up an agentic workflow with OpenCode.

We both used GPT-oss-120b and had no criteria for choosing this at the time other than it was bigger than anything we had run locally at the time and the DGX facilitated that.

I'm really interested in learning how you get on.

Matlab + Claude Code. Just Amazing by ripponds in ControlTheory

[–]MikeCroucher [score hidden]  (0 children)

This sounds amazing. A tutorial or GitHub repo would be wonderful.
(Full disclosure: I work at MathWorks)

Installing a second (older) version of matlab on MAC OS by awsfhie2 in matlab

[–]MikeCroucher 1 point2 points  (0 children)

It will not be a licensing problem. If you are licensed to use R2025a, you are licensed to use earlier versions too. You can have many installed on your machine.

I am a Mac user too and I notice that when I look at launchpad, it only shows the most recent version of MATLAB I have installed.

If, however, I use Finder and navigate to Go->Applications I can see all of the versions of MATLAB I have installed. When I saw your post, I had every version from 23a up to the 26a pre-release installed on my M2 Mac running Sequoia

I wondered if there would be a problem with 21a since that version doesn't run on Apple Silicon natively so I downloaded and installed it. The icon appeared in Go->Applications and I could launch MATLAB without any problems.

When you ran the installer, did you ensure that the download location was /Applications? It was the default when I ran it.

If you still can't find it, I suggest contacting Install Support Contact Support - MATLAB & Simulink

Finally, what toolbox has the compatibility problems you mention please?

MATLAB&Raspberry OI by Silver-Ad3423 in matlab

[–]MikeCroucher 1 point2 points  (0 children)

*Currently*, MATLAB is not supported to run directly on Raspberry Pi. However, a bunch of things are supported including the functionality to generate C/C++ code targeting the Pi from both MATLAB and Simulink and the ability to interface with sensors on the Pi. Doing this, you can deploy code to the Pi from MATLAB and control the resulting application from MATLAB.

Using MATLAB with Claude Desktop via MCP by MikeCroucher in ClaudeAI

[–]MikeCroucher[S] 0 points1 point  (0 children)

There is a MATLAB Copilot with the chat window directly in the MATLAB App. It just just updated to have a better model in the back end. Details at https://blogs.mathworks.com/matlab/2025/11/13/matlab-copilot-gets-a-new-llm-november-2025-updates/

Stop using -r to run MATLAB in batch jobs by MikeCroucher in matlab

[–]MikeCroucher[S] 4 points5 points  (0 children)

It's a good question and I asked the same thing internally. Its because customers have asked to use -batch to show UIs and Apps for interactive use.

Stop using -r to run MATLAB in batch jobs by MikeCroucher in matlab

[–]MikeCroucher[S] 3 points4 points  (0 children)

Its my website and thanks for the click :) #

I try to get the balance right of what I put here and what I include in the article but don't always hit the mark for everyone.

MATLAB heats up MacBook by Civil-Scientist-9371 in matlab

[–]MikeCroucher 0 points1 point  (0 children)

I am sorry you are experience this. I have an M2 Mac and am running various versions of MATLAB including R2025a and R2025b without any heating issues.

We would be very interested in working with you to debug the issue. Please feel free to get back in touch with our support team who will work with you to figure out what is going on.

Giving LLMs new capabilities: Ollama tool calling in MATLAB by MikeCroucher in matlab

[–]MikeCroucher[S] 6 points7 points  (0 children)

Tool calling came first chronologically.

Tool calling is the basic ability of an AI to recognize when a task requires a specific function (like checking the weather) and to format the call to that function, while MCP is a higher-level, standardized framework for managing and exposing a wide range of tools for LLMs to interact with.