From: Jeff Cen on
Hi,

I need to parse a math expression like (a+b)/c + d into an expression tree and traverse the tree in various orders (in order, preorder, postorder). Are there existing toolboxes/functions in matlab to do that? I looked at the symbolic toolbox but haven't found anything close to that.

thanks

Jeff