matlab-tree
matlab-tree copied to clipboard
allow matlab-tree to better handle arbitrary data types
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
Hi @raacampbell13. This is fantastic, thank you very much. I reviewed the commit visually, but I still want to test it on an actual MATLAB installation ok? Give me about 1 week. Is that fine?
On 11/04/15 23:53, Jean-Yves Tinevez wrote:
Hi @raacampbell13 https://github.com/raacampbell13. This is fantastic, thank you very much. I reviewed the commit visually, but I still want to test it on an actual MATLAB installation ok? Give me about 1 week. Is that fine?
Anything you like. I have a few more commits since the pull request, which fix a few little issues.
Rob
Faster method for finding path between a node and the root.