bio_img_matlab

The MATLAB Blog

Practical Advice for People on the Leading Edge

Posts 21 - 24 of 24

Results for: performance

Linear Algebra in MATLAB: Trying out AMD’s AOCL 10

In R2022a, MathWorks started shipping AMD’s AOCL alongside Intel’s MKL in MATLAB.  This article explains what these are and why you might care about them. BLAS and LAPACK A lot of modern technical... read more >>

How to make a GPU version of this MATLAB program by changing two lines 1

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

Finding if all elements of a matrix are finite, fast! 3

Today, I'm going to focus on three new functions that were added to the MATLAB programming language in R2022a: allfinite, anynan and anymissing. These functions are more concise, and usually faster,... read more >>

Exploring the MATLAB beta for Native Apple Silicon 36

Update 8th December 2022: You may be interested in the newer Apple Silicon beta that’s discussed at Playing with the R2022b MATLAB Apple Silicon beta for M1/M2 Mac » The MATLAB Blog –… read more >>

Posts 21 - 24 of 24