Results for
                    AI for Engineered Systems
                
 
                
                    47%
                
  
            
                    Cloud, Software Factories, & DevOps
                
 
                
                    0%
                
  
            
                    Electrification
                
 
                
                    13%
                
  
            
                    Autonomous Systems and Robotics
                
 
                
                    13%
                
  
            
                    Model-Based Design
                
 
                
                    7%
                
  
            
                    Wireless Communications
                
 
                
                    20%
                
  
            
            15 votes
        
    Hi. I'm interested to learn more about MATLAB.
excited to learn more on Mathworks
Looking forward to the Expo!
Do you have a swag signed by Brian Douglas? He does!
Registration is now open for MathWorks annual virtual event MATLAB EXPO 2025 on November 12 – 13, 2025!
Register now and start building your customized agenda today!
Explore. Experience. Engage.
Join MATLAB EXPO to connect with MathWorks and industry experts to learn about the latest trends and advancements in engineering and science. You will discover new features and capabilities for MATLAB and Simulink that you can immediately apply to your work.

I came across this fun video from @Christoper Lum, and I have to admit—his MathWorks swag collection is pretty impressive! He’s got pieces I even don’t have. 
So now I’m curious… what MathWorks swag do you have hiding in your office or closet?  
- Which one is your favorite?
 - Which ones do you want to add to your collection?
 
Show off your swag and share it with the community! 🚀
I saw this YouTube short on my feed: What is MATLab?

I was mostly mesmerized by the minecraft gameplay going on in the background.
Found it funny, thought i'd share.
For the www, uk, and in domains,a generative search answer is available for Help Center searches.  Please let us know if you get good or bad results for your searches.  Some have pointed out that it is not available in non-english domains.  You can switch your country setting to try it out.  You can also ask questions in different languages and ask for the response in a different language. I get better results when I ask more specific queries. How is it working for you?
Trinity
- It's the question that drives us, Neo. It's the question that brought you here. You know the question, just as I did.
 
Neo
- What is the Matlab?
 
Morpheus
- Unfortunately, no one can be told what the Matlab is. You have to see it for yourself.
 
And also later :
Morpheus
- The Matlab is everywhere. It is all around us. Even now, in this very room. You can feel it when you go to work [...]
 
The Architect 
- The first Matlab I designed was quite naturally perfect. It was a work of art. Flawless. Sublime.
 
[My Matlab quotes version of the movie (Matrix, 1999) ]
Hello MATLAB Central community,
My name is Yann. And I love MATLAB. I also love Python ... 🐍 (I know, not the place for that).
I recently decided to go down the rabbit hole of AI. So I started benchmarking deep learning frameworks on basic examples. Here is a recording of my experiment: 
Happy to engage in the debate. What do you think?

I designed and stitched this last week! It uses a total of 20 DMC thread colors, and I frequently stitched with two colors at once to create the gradient.
Large Language Models (LLMs) with MATLAB was updated again today to support the newly released OpenAI models GPT-5, GPT-5 mini, GPT-5 nano, GPT-5 chat, o3, and o4-mini. When you create an openAIChat object, set the ModelName name-value argument to "gpt-5", "gpt-5-mini", "gpt-5-nano", "gpt-5-chat-latest", "o4-mini", or "o3".
This is version 4.4.0 of this free MATLAB add-on that lets you interact with LLMs on MATLAB. The release notes are at Release v4.4.0: Support for GPT-5, o3, o4-mini · matlab-deep-learning/llms-with-matlab 
Resharing a fun short video explaining what MATLAB is. :)

Hey MATLAB enthusiasts!
I just stumbled upon this hilariously effective GitHub repo for image deformation using Moving Least Squares (MLS)—and it’s pure gold for anyone who loves playing with pixels! 🎨✨
- Real-Time Magic ✨
 
- Precomputes weights and deformation data upfront, making it blazing fast for interactive edits. Drag control points and watch the image warp like rubber! (2)
 - Supports affine, similarity, and rigid deformations—because why settle for one flavor of chaos?
 
- Single-File Simplicity 🧩
 
- All packed into one clean MATLAB class (mlsImageWarp.m).
 
- Endless Fun Use Cases 🤹
 
- Turn your pet’s photo into a Picasso painting.
 - "Fix" your friend’s smile... aggressively.
 - Animate static images with silly deformations (1).
 
Try the Demo!
                    You are not a jedi yet !
                
 
                
                    20%
                
  
            
                    We not grant u the rank of master !
                
 
                
                    0%
                
  
            
                    Ready are u? What knows u of ready?
                
 
                
                    0%
                
  
            
                    May the Force be with you !
                
 
                
                    80%
                
  
            
            5 votes
        
    I saw this on Reddit and thought of the past mini-hack contests. We have a few folks here who can do something similar with MATLAB.
The Graphics and App Building Blog just launched its first article on R2025a features, authored by Chris Portal, the director of engineering for the MATLAB graphics and app building teams.
Over the next few months, we'll publish a series of articles that showcase our updated graphics system, introduce new tools and features, and provide valuable references enriched by the perspectives of those involved in their development. 
To stay updated, you can subscribe to the blog (look for the option in the upper left corner of the blog page). We also encourage you to join the conversation—your comments and questions under each article help shape the discussion and guide future content.

I had an error in the web version Matlab, so I exited and came back in, and this boy was plotted.
I want to observe the time (Tmax) to reach maximum drug concentration (Cmax) in my model. I have set up the OBSERVABLES as follows (figure1): Cmax = max(Blood.lL15); Tmax_LT = time(Conc_lL15_LT_nm == max(Conc_lL15_LT_nm)); Tmax_Tm = time(Conc_lL15_Tumor_nm == max(Conc_lL15_Tumor_nm)); After running the Sobol indices program for global sensitivity analysis, with inputs being some parameters and their ranges, the output for Cmax works, but there are some prompts, as shown in figure2. Additionally, when outputting Tmax, the program does not run successfully and reports some errors, as shown in figure2. How can I resolve the errors when outputting Tmax?

