MakeWhole
Version 1.0.0.0 (1.22 KB) by
David Cumin
Takes a triangular matrix and fills in the other half.
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 (2023). 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 LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Data Import and Export >
- Radar > Mapping Toolbox > Data Import and Export >
Find more on Data Import and Export in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |