image thumbnail

updated 1 year ago

block diagonal representation by David Holdaway

Converts a matrix into a cell array of different sized matrices that make up the blocks. (mathematics, matrix multiplication, block diagonal)

blkdiagconv( matform,blocksizes )

image thumbnail

updated 1 year ago

Superkron by Jean-Daniel

An implementation of the kronecker product for multidimensional arrays. (kron, matrix, linear algebra)

superkron(varargin)

image thumbnail

updated almost 3 years ago

Multiple matrix multiplications, with array expansion enabled by Paolo de Leva

Multiplying matrices, vectors, or scalars contained in two N-D arrays, with array expansion enabled. (arraylab, singleton expansion, vector)

arraylab13(a,b,d1,d2)

arraylab131(a,b,d1,d2)

arraylab132(a,b,d1,d2)

image thumbnail

updated almost 4 years ago

ntimes by Michael Stachowsky

Multiplies arrays of 2D matrices in an efficient manner. (matrix multiplication, 3d, mathematics)

ntimes(a, b)

image thumbnail

updated 4 years ago

Programming Patterns: Some Common MATLAB Programming Pitfalls and How to Avoid Them by Linda Webb

Tips and best practices to help you become fluent in MATLAB and achieve your programming goals (function handles, whitepaper, article)

Contact us