
Did you know that starting in R2024a, it is possible to log Simscape variables like if they were Simulink signals?Let's see how that works.The ProblemHere is a pattern I often see in Simscape models.... 더 읽어보기 >>

Did you know that starting in R2024a, it is possible to log Simscape variables like if they were Simulink signals?Let's see how that works.The ProblemHere is a pattern I often see in Simscape models.... 더 읽어보기 >>

Today I am happy to welcome Sarah Dagen from MathWorks Consulting Services to talk about her experience with coding agents for Model-Based Systems Engineering..Like many of you, I’ve been exploring... 더 읽어보기 >>

MATLAB R2026a is available, let's see what's new in the Simulink world.New Context MenuThis one cannot be missed! We decided to modernize our right-click menu.Here is what it looks like when you... 더 읽어보기 >>

After the MATLAB Agentic Toolkit debuted last week, we are very happy to release the Simulink Agentic Toolkit on GitHub today.SetupTo get started, go through the README.md. You will see that it's as... 더 읽어보기 >>

Update: The Simulink Agentic Toolkit is now available. I recommend installing the toolkit when interacting twith Simulink through an AI agent. Skills in this repository are complementary and should... 더 읽어보기 >>

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... 더 읽어보기 >>

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... 더 읽어보기 >>

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... 더 읽어보기 >>

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... 더 읽어보기 >>

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 =... 더 읽어보기 >>