
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 >>
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 >>
As the first version following MathWorks' 40th anniversary in 2024, MATLAB R2025a is probably the biggest release I've ever experienced as both a user and a MathWorker. The breadth and depth of... read more >>
GPU support in MATLAB started in R2010bBack in R2010b, the first GPU enabled functions were made available in MATLAB via Parallel Computing Toolbox. The idea was then, as it is now, to overload... read more >>
14th March is Pi Day, celebrated by geeks everywhere and a great excuse for technical computing bloggers to publish something tenuously related to pi and their favorite technology of choice. This is... read more >>
In his article, A short game of Life, Steve Eddins showed us the following few lines of code that impemented Conway's game of life. Steve's version used a 750 x 750 gameboard whereas mine is using... read more >>