Building a Wordle solver

Building a Wordle solver20

Today's guest blogger is Adam Filion, a Senior Data Scientist at MathWorks. Adam has worked on many areas of data science at MathWorks, including...

Finding the Optimal Value

Finding the Optimal Value13

Have you ever needed to solve an optimization problem where there were local minima? What strategy do you use to solve it, trying...

Pattern from 1997: using feval

Pattern from 1997: using feval12

In the early 1990s, to avoid eval and all of its quirks (if you don't know about this, DON'T look it up - it's...

Having an Argument in Release R2021a

Having an Argument in Release R2021a11

Have you ever looked at code where you are calling a function with many arguments, many of which are strings, and find it hard...

A Prime Case Study for Making MATLAB Code Go Faster

A Prime Case Study for Making MATLAB Code Go Faster10

Today I'd like to welcome a guest blogger, Mike Croucher, who recently joined MathWorks as a Customer Success Engineer after a long career spent...

Plotting a* and b* colors

Plotting a* and b* colors10

Today's blog post comes from planning one topic, but then taking a sharp left turn and doing something else completely. I was thinking about...

m2uml

m2uml9

Sean's pick this week is m2uml by per isakson. Table of Contents m2uml MATLAB's Class Diagram Viewer in...

Preparing to Run Code in Parallel

Preparing to Run Code in Parallel9

In a recent post, I talked about for-loops in MATLAB and how to optimize their use knowing how MATLAB stores arrays in memory. ...

What is a leap second, anyway?

What is a leap second, anyway?9

Today's post is brought to you from Peter Perkins, a member of the MathWorks development team.Having worked on some of MATLAB's time and date...