Store Binary Trees in Matrices or Cells

Versione 1.3.0.0 (60,4 KB) da Abraham
The utilities manipulate matrices or cells which store binary trees.
288 download
Aggiornato 11 feb 2012

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
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