MakeWhole

Takes a triangular matrix and fills in the other half.
303 Downloads
Updated 14 Jul 2009

View License

Simple little program that takes a triangular matrix and fills in the other half.

%%%e.g. half = triu(magic(5));
%%% all = makeWhole(half);
%%%or half = tril(magic(5));
%%% all = makeWhole(half);

Cite As

David Cumin (2024). MakeWhole (https://www.mathworks.com/matlabcentral/fileexchange/24736-makewhole), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

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