Matrix product: mprod(A,...)

This function calculates the matrix product of A.
29 Downloads
Updated 30 Aug 2016

View License

Analog to times/prod for element-wise multiplication, mtimes/mprod work for array multiplication. Since mprod is not included in the standard functions, I created it!
Github: https://github.com/darkdragon-001/matlab_helpers

Cite As

Dark Dragon (2024). Matrix product: mprod(A,...) (https://www.mathworks.com/matlabcentral/fileexchange/58911-matrix-product-mprod-a), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

Added github link.