Alters the morphology of course!

Inserts a set of points defined by a matrix swc in SWC format ([inode R X Y Z D idpar]) into a tree intree.

Example:

>> tree = insert_tree (sample2_tree, [1 1 45 9 0 1 5]);

TREES

>> tree = insert_tree (tree, [1 1 55 10 0 1 16]);

TREES

these two commands are equivalent to:

>> tree = insert_tree (sample2_tree, [1 1 45 9 0 1 5; ...

2 1 55 10 0 1 16]);

Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License