
Back in March, we launched the MathWorks Call for Research Proposals which aims to support researchers who are tackling industry-relevant challenges using MATLAB and Simulink. The response was... read more >>

Back in March, we launched the MathWorks Call for Research Proposals which aims to support researchers who are tackling industry-relevant challenges using MATLAB and Simulink. The response was... read more >>

You have a script, let's call it myscript.m, and you want to run it non-interactively, or as a 'batch-job'. If you are still doing something like thismatlab -nodisplay -nosplash -nodesktop -r... read more >>

At their heart, LLMs are just text generation machines that predict the next word based on patterns learned from huge amounts of data. If you want them to do something more than this such as perform... read more >>

I've been using MATLAB for almost 30 years, man and boy. In those 30 years, not only has MATLAB itself changed a lot but how you learn it has also changed dramatically. Back in my day, we had a few... read more >>

Here at MathWorks, we are all very proud of the quality of our documentation. We put a huge amount of effort into it and it clearly shows! Most of our users rate MATLAB's documentation very highly... read more >>

Today’s post is a bit different from my regular content over on the Startups, Accelerators, & Entrepreneurs Blog. I’m Madeline Carleton, and I’m the marketing lead for MathWorks Startup Program.... read more >>

MATLAB R2025a has some great news for Apple Silicon Mac users: Apple Accelerate is the default BLAS. Since Apple Accelerate makes use of various hardware features in Apple Silicon CPUs, this means... read more >>

Sparse matrices have been in MATLAB for a long time but, up until now, the only types of sparse matrices you could create were double or logical sparse matrices.This is no longer the case and one of... read more >>

While browsing MATLAB Answers today, I stumbled across a discussion about the fastest way to solve small linear systems in MATLAB. As a performance-geek, I usually obsess over very large matrices but... read more >>

I recently stumbled across @yuruyurau, a computational artist on X.com, who posts code snippets in a language called Processing. The results are beautiful, organic-looking animations such as this... read more >>