
Once you start using those AI agents, it's hard to stop!In today's post, I used Amp, an AI coding agent made by Sourcegraph and similar to Claude Code, to do one of the tasks I help Simulink users... read more >>

Once you start using those AI agents, it's hard to stop!In today's post, I used Amp, an AI coding agent made by Sourcegraph and similar to Claude Code, to do one of the tasks I help Simulink users... read more >>

This week, I am going one step further in my exploration of AI agents and how they can help Simulink workflows. In previous posts, I went through the basics of connecting GitHub Copilot with the... read more >>

One of the key benefits of Simulink is that you can generate C/C++ code from the model using Simulink Coder and Embedded Coder.However, I have to admit, looking at the code generated from Simulink... read more >>

In my previous post, I went through the basics of using GitHub Copilot and the MATLAB MCP Server to generate MATLAB code that can simulate a Simulink. While the AI-generated code simulated the... read more >>

Today I am continuing my exploration in the world of AI coding assistants and how they can help with Simulink. The topic for this post: The MATLAB MCP Server.MATLAB MCP ServerMathWorks recently... read more >>

In my previous post, I introduced MATLAB Copilot and the Simulink Copilot Beta. Today, I continue my exploration into the world of AI assistants and how they can help in a Simulink context.What... read more >>

I recently decided to investigate different AI coding assistant technologies and see how they can help with Simulink. This led me into a series of blog posts that I plan to publish in the next few... read more >>

I receive and debug Simulink models all day every day. This means that I often need to log many signals and inspect them to understand what the model is doing.For that, I like using the Simulation... read more >>

Today I want to share a simple tip to interact with data logged from a Simulink modelThe ProblemLet's take this simple model that logs 3 signals with different sample times:After simulating, it is... read more >>

Today I want to talk about two relatively new blocks: Record and Playback.Record BlockLet's start with this simple example where I connect two signals to the Record block:mdl =... read more >>
These postings are the author's and don't necessarily represent the opinions of MathWorks.