MakeWhole

Takes a triangular matrix and fills in the other half.

You are now following this Submission

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 (2026). MakeWhole (https://www.mathworks.com/matlabcentral/fileexchange/24736-makewhole), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0