You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Essentially if one has a matrix M that they wish to store more efficiently in memory/use for function bldiagmult.m (same author), then use
cellform = blkdiagconv( M );
this is such that using the inbuilt Matlab function one has
M == blkdiag(cellform{:})
it is essentially the inverse function to blkdiag.
Cite As
David Holdaway (2026). block diagonal representation (https://in.mathworks.com/matlabcentral/fileexchange/36142-block-diagonal-representation), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: mat2blk
General Information
- Version 1.0.0.0 (2.07 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
