Store Binary Trees in Matrices or Cells

Version 1.3.0.0 (60.4 KB) by Abraham
The utilities manipulate matrices or cells which store binary trees.
287 Downloads
Updated 11 Feb 2012

View License

The utilities attempt to manipulate matrices or cells which store binary trees according to a predefined convention. The convention is outlined in the attached figure. tree2mtx.m translates from tree levels and elements into matrix indexes (Rows,Columns); chldoftmx.m finds the children of a node; apndtmx.m appends children of a node of one tree to a node of another tree.

Cite As

Abraham (2024). Store Binary Trees in Matrices or Cells (https://www.mathworks.com/matlabcentral/fileexchange/33889-store-binary-trees-in-matrices-or-cells), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox 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.3.0.0

-Added function chldoftmx() to find children of a node in the tree matrix
-Added function apndtmx() that appends children of one matrix to a node of another

1.2.0.0

- fixed argument error handling
- added examples

1.1.0.0

- Fixed some mistakes in the help notes.
- Modified the script to accept array arguments.

1.0.0.0