-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow matlab-tree to better handle arbitrary data types #2
base: master
Are you sure you want to change the base?
Conversation
… classes and cell arrays.
Hi @raacampbell13. |
On 11/04/15 23:53, Jean-Yves Tinevez wrote:
Rob |
…ply follow node parents back to root).
Faster method for finding path between a node and the root. |
…d from a given node.
Conflicts: @tree/tree.m
…y existed. Should evaluate the situation.
Hello,
matlab-tree looks very useful for a project I am working on. Thanks! My data in each node will be a non-builtin class and I found matlab-tree didn't play well with these. I made a few changes and I think it now behaves better whilst not breaking existing functionality.
Rob