Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Posts 21 - 30 of 595

A Short Game of Life 5

I have written here, as well as in Digital Image Processing Using MATLAB, about using image processing operations to implement Conway's Game of Life. MATLAB creator Cleve Moler has written about... read more >>

Use less meshgrid and repmat 2

The functions meshgrid and repmat have a long and rich history in MATLAB. Today, I'll try to convince you to use them less.meshgridThe function meshgrid is typically used to take a vector of... read more >>

NaN Sightings 2

Some of us at MathWorks like to share our "NaN sightings." Here is an example to show what I mean. This is a screenshot of the tuner/metronome app that I use when practicing music. One day, I was a... read more >>

Posts 21 - 30 of 595

These postings are the author's and don't necessarily represent the opinions of MathWorks.