bio_img_matlab

The MATLAB Blog

Practical Advice for People on the Leading Edge

Posts 1 - 10 of 22

Results for: 2025

Meet the Spring 2025 MathWorks Research Proposal Winners

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 >>

Stop using -r to run MATLAB in batch jobs 4

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 >>

Giving LLMs new capabilities: Ollama tool calling in MATLAB

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 >>

Learning MATLAB in 2025 3

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 >>

AI-generated Quick Answers in the MATLAB Documentation 4

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 >>

Add a “Swiftie” touch to your images with MATLAB

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 >>

Deep Learning training in MATLAB has just gotten faster on Apple Silicon Macs. 7

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 >>

New in MATLAB: Single precision sparse matrices 4

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 >>

The fastest way to solve small linear systems in MATLAB 17

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 >>

Pair programming with Claude to produce computational art in MATLAB

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 >>

Posts 1 - 10 of 22